tsdoc/ts/tsdoc.plugins.ts
2019-05-13 19:41:02 +02:00

14 lines
173 B
TypeScript

// pushrocks scope
import * as smartcli from '@pushrocks/smartcli';
export {
smartcli
};
// third party scope
import * as typedoc from 'typedoc';
export {
typedoc
};