UNPKG

cache-path

Version:
5 lines (4 loc) 121 B
/** * get os temp dir */ export declare function findOSTempPath(cwd?: string, processEnv?: NodeJS.ProcessEnv): string;