UNPKG

args-json

Version:

Zero-dependency descriptively typed command-line argument parser

14 lines (13 loc) 462 B
export * from "./src/Args.ts"; export * from "./src/const/args.ts"; export * from "./src/getValue.ts"; export * from "./src/getValues.ts"; export * from "./src/hasKey.ts"; export * from "./src/isExplicitlyOff.ts"; export * from "./src/isKey.ts"; export * from "./src/isOff.ts"; export * from "./src/isOn.ts"; export * from "./src/parseArgs.ts"; export * from "./src/types/ExplicitlyOff.ts"; export * from "./src/types/Off.ts"; export * from "./src/types/On.ts";