2022-03-12 20:52:14 +00:00
|
|
|
// node native
|
|
|
|
import * as path from 'path';
|
2022-03-12 20:59:14 +00:00
|
|
|
import * as url from 'url';
|
2022-03-12 20:52:14 +00:00
|
|
|
|
2022-10-12 15:21:03 +00:00
|
|
|
export { path, url };
|
2022-03-12 20:52:14 +00:00
|
|
|
|
2022-03-12 13:43:54 +00:00
|
|
|
// @pushrocks scope
|
2024-10-27 18:11:55 +00:00
|
|
|
import * as smartfile from '@push.rocks/smartfile';
|
2023-07-12 23:33:17 +00:00
|
|
|
import * as smartshell from '@push.rocks/smartshell';
|
2022-03-12 13:43:54 +00:00
|
|
|
|
2024-10-27 18:11:55 +00:00
|
|
|
export { smartfile, smartshell };
|