UNPKG

alapa

Version:

A cutting-edge web development framework designed to revolutionize the way developers build modern web applications.

12 lines (11 loc) 411 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.getTempDirectory = void 0; const os_1 = __importDefault(require("os")); const getTempDirectory = () => { return os_1.default.tmpdir(); }; exports.getTempDirectory = getTempDirectory;