UNPKG

pkg-fetch

Version:

Github Releases page of this project contains base binaries, used by `pkg` to create executables. `pkg-fetch` npm package downloads base binaries or compiles them from source.

16 lines (11 loc) 405 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.tempPath = tempPath; var _uniqueTempDir = require('unique-temp-dir'); var _uniqueTempDir2 = _interopRequireDefault(_uniqueTempDir); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function tempPath() { return _uniqueTempDir2.default.apply(undefined, arguments); }