2020-06-18 21:04:52 +00:00
|
|
|
// node native scope
|
|
|
|
import * as path from 'path';
|
|
|
|
|
2022-08-07 09:38:07 +00:00
|
|
|
export { path };
|
2020-06-18 21:04:52 +00:00
|
|
|
|
|
|
|
// pushrocks scope
|
2023-07-28 03:49:44 +00:00
|
|
|
import * as smartdns from '@push.rocks/smartdns';
|
|
|
|
import * as smartfile from '@push.rocks/smartfile';
|
|
|
|
import * as smartmustache from '@push.rocks/smartmustache';
|
|
|
|
import * as smartpath from '@push.rocks/smartpath';
|
|
|
|
import * as smartrequest from '@push.rocks/smartrequest';
|
2019-10-26 21:45:35 +00:00
|
|
|
|
2022-08-07 09:38:07 +00:00
|
|
|
export { smartdns, smartfile, smartmustache, smartpath, smartrequest };
|