UNPKG

actionhero

Version:

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

4 lines (3 loc) 193 B
const yargs = require("yargs/yargs"); // cannot be partially imported const { hideBin } = require("yargs/helpers"); export const argv: { [key: string]: string } = yargs(hideBin(process.argv));