UNPKG

cache-path

Version:
11 lines 305 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.findOSTempPath = findOSTempPath; const os_1 = require("os"); /** * get os temp dir */ function findOSTempPath(cwd, processEnv = process.env) { return (0, os_1.tmpdir)(); } //# sourceMappingURL=findOSTempPath.js.map