14 lines
288 B
TypeScript
14 lines
288 B
TypeScript
|
import * as path from 'path';
|
||
|
export { path };
|
||
|
|
||
|
// @pushrocks scope
|
||
|
import * as smartcli from '@pushrocks/smartcli';
|
||
|
import * as smartshell from '@pushrocks/smartshell';
|
||
|
|
||
|
export { smartshell, smartcli };
|
||
|
|
||
|
// Third Pary
|
||
|
import * as fileWatcher from 'filewatcher';
|
||
|
|
||
|
export { fileWatcher };
|