2023-08-26 12:52:12 +00:00
|
|
|
import * as early from '@push.rocks/early';
|
2019-05-08 09:14:57 +00:00
|
|
|
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();
|