tswatch/ts/index.ts

6 lines
162 B
TypeScript
Raw Normal View History

2023-08-26 14:52:12 +02:00
import * as early from '@push.rocks/early';
2019-05-08 11:14:57 +02:00
early.start('tswatch');
2022-03-14 21:17:36 +01:00
export * from './tswatch.classes.tswatch.js';
export * from './tswatch.cli.js';
2019-05-08 11:16:24 +02:00
early.stop();