Files
tswatch/ts/index.ts
Juergen Kunz 75acc4b768
Some checks failed
Default (tags) / security (push) Successful in 49s
Default (tags) / test (push) Successful in 1m7s
Default (tags) / release (push) Failing after 1m18s
Default (tags) / metadata (push) Successful in 1m26s
feat(exports): modernize package exports and expose watcher class
2025-07-29 17:46:28 +00:00

7 lines
208 B
TypeScript

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