UNPKG

args-json

Version:

Zero-dependency descriptively typed command-line argument parser

4 lines (2 loc) 105 B
import type { Off } from "./Off.ts"; export type ExplicitlyOff = Exclude<Off, undefined | "undefined">;