Files
tsdeno/ts/index.ts

9 lines
209 B
TypeScript

import * as early from '@push.rocks/early';
early.start('tsdeno');
export * from './tsdeno.classes.tsdeno.js';
export * from './tsdeno.interfaces.js';
export { runCli } from './tsdeno.cli.js';
early.stop();