2019-08-28 09:55:14 +00:00
|
|
|
// node native scope
|
|
|
|
import * as path from 'path';
|
|
|
|
|
2021-01-30 00:41:40 +00:00
|
|
|
export { path };
|
2019-08-28 09:55:14 +00:00
|
|
|
|
|
|
|
// @pushrocks scope
|
2019-09-03 13:21:30 +00:00
|
|
|
import * as lik from '@pushrocks/lik';
|
|
|
|
import * as smartfile from '@pushrocks/smartfile';
|
2019-09-05 09:15:17 +00:00
|
|
|
import * as smartfm from '@pushrocks/smartfm';
|
2019-08-28 09:55:14 +00:00
|
|
|
import * as smartlog from '@pushrocks/smartlog';
|
|
|
|
import * as smartlogDestinationLocal from '@pushrocks/smartlog-destination-local';
|
2022-10-19 17:27:42 +00:00
|
|
|
import * as smartpath from '@pushrocks/smartpath';
|
2019-09-03 09:29:14 +00:00
|
|
|
import * as smartshell from '@pushrocks/smartshell';
|
|
|
|
import * as smartsystem from '@pushrocks/smartsystem';
|
2019-08-28 09:55:14 +00:00
|
|
|
|
2022-10-19 17:27:42 +00:00
|
|
|
export { lik, smartfile, smartfm, smartlog, smartlogDestinationLocal, smartpath, smartshell, smartsystem };
|
2019-08-28 09:55:14 +00:00
|
|
|
|
|
|
|
// third party
|