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';
|
2019-05-08 09:16:24 +00:00
|
|
|
early.stop();
|