UNPKG

cache-path

Version:
5 lines (4 loc) 137 B
/** * try get npm global cache path */ export declare function findNpmCachePath(cwd?: string, processEnv?: NodeJS.ProcessEnv): string;