tsdoc/ts/tsdoc.plugins.ts

19 lines
528 B
TypeScript
Raw Normal View History

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';
2019-05-14 15:39:33 +00:00
import * as smartshell from '@pushrocks/smartshell';
2019-05-13 17:41:02 +00:00
2019-05-14 15:39:33 +00:00
export { smartcli, smartfile, smartlog, smartlogDestinationLocal, 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 };