2021-11-29 15:29:15 +00:00
|
|
|
// node native
|
|
|
|
import * as path from 'path';
|
|
|
|
|
|
|
|
export {
|
|
|
|
path
|
|
|
|
}
|
|
|
|
|
|
|
|
// @pushrocks scope
|
|
|
|
import * as smartfile from '@pushrocks/smartfile';
|
|
|
|
import * as smartshell from '@pushrocks/smartshell';
|
|
|
|
import * as smartunique from '@pushrocks/smartunique';
|
|
|
|
import * as smartpromise from '@pushrocks/smartpromise';
|
|
|
|
|
|
|
|
export {
|
|
|
|
smartfile,
|
|
|
|
smartshell,
|
|
|
|
smartunique,
|
|
|
|
smartpromise
|
|
|
|
}
|