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