2019-05-14 15:39:33 +00:00
|
|
|
// node native
|
|
|
|
import * as path from 'path';
|
|
|
|
|
|
|
|
export { path };
|
|
|
|
|
2019-05-13 17:41:02 +00:00
|
|
|
// pushrocks scope
|
|
|
|
import * as smartcli from '@pushrocks/smartcli';
|
2019-05-14 15:39:33 +00:00
|
|
|
import * as smartfile from '@pushrocks/smartfile';
|
2019-05-14 06:50:50 +00:00
|
|
|
import * as smartlog from '@pushrocks/smartlog';
|
|
|
|
import * as smartlogDestinationLocal from '@pushrocks/smartlog-destination-local';
|
2022-06-07 15:54:00 +00:00
|
|
|
import * as smartpath from '@pushrocks/smartpath';
|
2019-05-14 15:39:33 +00:00
|
|
|
import * as smartshell from '@pushrocks/smartshell';
|
2019-05-13 17:41:02 +00:00
|
|
|
|
2022-06-07 15:54:00 +00:00
|
|
|
export { smartcli, smartfile, smartlog, smartlogDestinationLocal, smartpath, smartshell };
|
2019-05-13 17:41:02 +00:00
|
|
|
|
|
|
|
// third party scope
|
|
|
|
import * as typedoc from 'typedoc';
|
|
|
|
|
2019-05-14 15:39:33 +00:00
|
|
|
export { typedoc };
|