find-node-modules
Version:
Return an array of all parent node_modules directories
5 lines • 307 B
TypeScript
import Settings from '../settings';
import { ErrnoException, Stats } from '../types/index';
export declare type AsyncCallback = (err: ErrnoException, stats: Stats) => void;
export declare function read(path: string, settings: Settings, callback: AsyncCallback): void;
//# sourceMappingURL=async.d.ts.map