5 lines
144 B
TypeScript

export { default as Target } from './Target';
export { default as Watcher } from './Watcher';
export * from './utils';
export * from './types';