UNPKG

npx-run

Version:

Easily run scripts using npx.

8 lines (7 loc) 164 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.process = void 0; const process = global.process; exports.process = process;