16 lines
321 B
TypeScript
16 lines
321 B
TypeScript
// node native
|
|
import * as path from 'path';
|
|
import * as url from 'url';
|
|
|
|
export { path, url };
|
|
|
|
// @pushrocks scope
|
|
import * as smartfile from '@push.rocks/smartfile';
|
|
import * as smartshell from '@push.rocks/smartshell';
|
|
|
|
export { smartfile, smartshell };
|
|
|
|
import { tsImport } from 'tsx/esm/api';
|
|
|
|
export { tsImport };
|