UNPKG

actionhero

Version:

The reusable, scalable, and quick node.js API server for stateless and stateful applications

7 lines (6 loc) 261 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.argv = void 0; const yargs = require("yargs/yargs"); // cannot be partially imported const { hideBin } = require("yargs/helpers"); exports.argv = yargs(hideBin(process.argv));