UNPKG

find-node-modules

Version:

Return an array of all parent node_modules directories

6 lines (5 loc) 206 B
/** * Designed to work only with simple paths: `dir\\file`. */ export declare function unixify(filepath: string): string; export declare function makeAbsolute(cwd: string, filepath: string): string;