2026-02-08 12:28:51 +00:00
|
|
|
// native scope
|
|
|
|
|
import * as path from 'path';
|
2026-02-10 09:10:18 +00:00
|
|
|
import * as fs from 'fs';
|
|
|
|
|
import * as childProcess from 'child_process';
|
|
|
|
|
import * as events from 'events';
|
2026-02-10 22:21:17 +00:00
|
|
|
import * as url from 'url';
|
2026-02-08 12:28:51 +00:00
|
|
|
|
2026-02-11 00:12:56 +00:00
|
|
|
export { path, fs, childProcess, events, url };
|
2026-02-08 12:28:51 +00:00
|
|
|
|
|
|
|
|
// @push.rocks scope
|
|
|
|
|
import * as smartpath from '@push.rocks/smartpath';
|
|
|
|
|
|
|
|
|
|
export { smartpath };
|