tswatch/ts/index.ts

6 lines
161 B
TypeScript
Raw Normal View History

2019-05-08 09:14:57 +00:00
import * as early from '@pushrocks/early';
early.start('tswatch');
2022-03-14 20:17:36 +00:00
export * from './tswatch.classes.tswatch.js';
export * from './tswatch.cli.js';
2019-05-08 09:16:24 +00:00
early.stop();