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';
|
2020-05-22 08:14:59 +00:00
|
|
|
export * from './tswatch.cli';
|
2019-05-08 11:16:24 +02:00
|
|
|
early.stop();
|