18 lines
391 B
TypeScript
18 lines
391 B
TypeScript
// node native
|
|
import * as path from 'path';
|
|
export { path };
|
|
|
|
// @push.rocks scope
|
|
import * as npmextra from '@push.rocks/npmextra';
|
|
import * as smartcli from '@push.rocks/smartcli';
|
|
import { SmartFs, SmartFsProviderNode } from '@push.rocks/smartfs';
|
|
import * as smartshell from '@push.rocks/smartshell';
|
|
|
|
export {
|
|
npmextra,
|
|
smartcli,
|
|
SmartFs,
|
|
SmartFsProviderNode,
|
|
smartshell,
|
|
};
|