UNPKG

alks

Version:
10 lines 366 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getFilePathInHome = void 0; const path_1 = require("path"); const os_1 = require("os"); function getFilePathInHome(filename) { return (0, path_1.join)((0, os_1.homedir)(), filename); } exports.getFilePathInHome = getFilePathInHome; //# sourceMappingURL=getFilePathInHome.js.map