UNPKG

turbowatch

Version:

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

6 lines 277 B
/** * Iterates up the directory tree from the given path until it finds a directory * containing the given file. */ export declare const findNearestDirectory: (fileName: string, startPath: string) => Promise<string | null>; //# sourceMappingURL=findNearestDirectory.d.ts.map