UNPKG

args-json

Version:

Zero-dependency descriptively typed command-line argument parser

4 lines (3 loc) 109 B
export function getDefaultInput(): string[] { return typeof process === "undefined" ? [] : process.argv; }