UNPKG

pwsh

Version:

Install PowerShell Core via npm, allowing you to use it in npm scripts and node projects.

7 lines 302 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // expose root directory of module installation at runtime // Because using __dirname in webpack gets tricky var Path = require("path"); exports.__root = Path.resolve(__dirname, '..'); //# sourceMappingURL=__root.js.map