tswatch/ts/index.ts

5 lines
147 B
TypeScript
Raw Normal View History

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