tsdoc/ts/tsdoc.plugins.ts

18 lines
345 B
TypeScript
Raw Normal View History

2019-05-13 17:41:02 +00:00
// pushrocks scope
import * as smartcli from '@pushrocks/smartcli';
2019-05-14 06:50:50 +00:00
import * as smartlog from '@pushrocks/smartlog';
import * as smartlogDestinationLocal from '@pushrocks/smartlog-destination-local';
2019-05-13 17:41:02 +00:00
export {
2019-05-14 06:50:50 +00:00
smartcli,
smartlog,
smartlogDestinationLocal
2019-05-13 17:41:02 +00:00
};
// third party scope
import * as typedoc from 'typedoc';
export {
typedoc
};