UNPKG

novel-opds-now

Version:

按需生成 epub,此模組不使用排程任務來生成 epub

17 lines 539 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.tmpDir = void 0; const tmp_1 = require("tmp"); const tmpPath_1 = require("./tmpPath"); function tmpDir(outputDir, options) { outputDir !== null && outputDir !== void 0 ? outputDir : (outputDir = (0, tmpPath_1.tmpPath)()); return (0, tmp_1.dirSync)({ ...options, unsafeCleanup: false, dir: outputDir, tmpdir: outputDir, }); } exports.tmpDir = tmpDir; exports.default = tmpDir; //# sourceMappingURL=tmpDir.js.map