tswatch/ts/index.ts
2023-08-26 14:52:12 +02:00

6 lines
162 B
TypeScript

import * as early from '@push.rocks/early';
early.start('tswatch');
export * from './tswatch.classes.tswatch.js';
export * from './tswatch.cli.js';
early.stop();