UNPKG

211 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const tmp_1 = require("tmp");
4tmp_1.setGracefulCleanup();
5exports.tmp = {
6 dirSync: tmp_1.dirSync,
7 fileSync: tmp_1.fileSync
8};