UNPKG

args-json

Version:

Zero-dependency descriptively typed command-line argument parser

6 lines (4 loc) 104 B
import { args } from "./const/args.ts"; export function hasKey(x: string) { return args.hasKey(x); }