initial
This commit is contained in:
9
ts/smartfs.plugins.ts
Normal file
9
ts/smartfs.plugins.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
// native scope
|
||||
import * as path from 'path';
|
||||
|
||||
export { path };
|
||||
|
||||
// @push.rocks scope
|
||||
import * as smartpath from '@push.rocks/smartpath';
|
||||
|
||||
export { smartpath };
|
||||
Reference in New Issue
Block a user