2019-01-06 00:30:07 +00:00
|
|
|
// native
|
|
|
|
import * as path from 'path';
|
|
|
|
|
2019-08-06 15:37:07 +00:00
|
|
|
export { path };
|
2019-01-06 00:30:07 +00:00
|
|
|
|
|
|
|
// @pushrocks scope
|
2023-08-08 17:08:25 +00:00
|
|
|
import * as smartfile from '@push.rocks/smartfile';
|
|
|
|
import * as smartlog from '@push.rocks/smartlog';
|
2019-01-06 00:30:07 +00:00
|
|
|
|
2019-08-06 15:37:07 +00:00
|
|
|
export { smartfile, smartlog };
|