tswatch/ts/index.ts
2022-03-14 21:17:36 +01:00

6 lines
161 B
TypeScript

import * as early from '@pushrocks/early';
early.start('tswatch');
export * from './tswatch.classes.tswatch.js';
export * from './tswatch.cli.js';
early.stop();