tsdoc/ts/tsdoc.plugins.ts
2019-05-14 08:50:50 +02:00

18 lines
345 B
TypeScript

// pushrocks scope
import * as smartcli from '@pushrocks/smartcli';
import * as smartlog from '@pushrocks/smartlog';
import * as smartlogDestinationLocal from '@pushrocks/smartlog-destination-local';
export {
smartcli,
smartlog,
smartlogDestinationLocal
};
// third party scope
import * as typedoc from 'typedoc';
export {
typedoc
};