2019-05-14 06:50:50 +00:00
|
|
|
import * as early from '@pushrocks/early';
|
|
|
|
early.start('tsdoc');
|
2019-05-13 17:41:02 +00:00
|
|
|
import * as plugins from './tsdoc.plugins';
|
|
|
|
import * as cli from './tsdoc.cli';
|
2019-05-14 06:50:50 +00:00
|
|
|
early.stop();
|
|
|
|
cli.run();
|