UNPKG

turbowatch

Version:

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

8 lines 269 B
import { FileWatchingBackend } from './FileWatchingBackend'; export declare class FSWatcher extends FileWatchingBackend { private fsWatchers; private closed; constructor(project: string); close(): Promise<void>; } //# sourceMappingURL=FSWatcher.d.ts.map