11 lines
214 B
TypeScript
11 lines
214 B
TypeScript
// native
|
|
import * as path from 'path';
|
|
|
|
export { path };
|
|
|
|
// @pushrocks scope
|
|
import * as smartfile from '@push.rocks/smartfile';
|
|
import * as smartlog from '@push.rocks/smartlog';
|
|
|
|
export { smartfile, smartlog };
|