2024-03-31 13:09:30 +00:00
|
|
|
import * as early from '@push.rocks/early';
|
2019-05-14 06:50:50 +00:00
|
|
|
early.start('tsdoc');
|
2024-04-03 11:34:26 +00:00
|
|
|
import * as plugins from './plugins.js';
|
|
|
|
import * as cli from './cli.js';
|
2019-05-14 06:50:50 +00:00
|
|
|
early.stop();
|
2020-11-27 12:55:23 +00:00
|
|
|
|
|
|
|
export const runCli = async () => {
|
|
|
|
await cli.run();
|
|
|
|
};
|
2024-03-31 13:09:30 +00:00
|
|
|
|
|
|
|
// exports
|
2024-04-03 11:34:26 +00:00
|
|
|
export * from './classes.aidoc.js';
|