tswatch/ts/index.ts

6 lines
148 B
TypeScript
Raw Normal View History

2019-05-08 11:14:57 +02:00
import * as early from '@pushrocks/early';
early.start('tswatch');
2018-10-28 02:48:43 +02:00
export * from './tswatch.classes.tswatch';
2019-05-08 11:14:57 +02:00
import './tswatch.cli';
2019-05-08 11:16:24 +02:00
early.stop();