UNPKG

turbowatch

Version:

Extremely fast file change detector and task orchestrator for Node.js.

3 lines 236 B
import { type TurbowatchConfigurationInput, type TurbowatchController } from './types'; export declare const watch: (configurationInput: TurbowatchConfigurationInput) => Promise<TurbowatchController>; //# sourceMappingURL=watch.d.ts.map