UNPKG

turbowatch

Version:

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

3 lines 233 B
import { type FileChangeEvent } from './types'; export declare const deduplicateFileChangeEvents: (fileChangeEvents: readonly FileChangeEvent[]) => readonly FileChangeEvent[]; //# sourceMappingURL=deduplicateFileChangeEvents.d.ts.map