fix(core): update
This commit is contained in:
17
ts/plugins.ts
Normal file
17
ts/plugins.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
// node native scope
|
||||
import * as path from 'path';
|
||||
|
||||
export {
|
||||
path,
|
||||
}
|
||||
|
||||
// @push.rocks scope
|
||||
import * as smartarchive from '@push.rocks/smartarchive';
|
||||
import * as smartpath from '@push.rocks/smartpath';
|
||||
import * as smarthshell from '@push.rocks/smartshell';
|
||||
|
||||
export {
|
||||
smartarchive,
|
||||
smartpath,
|
||||
smarthshell,
|
||||
}
|
||||
Reference in New Issue
Block a user