UNPKG

@thi.ng/args

Version:

Declarative, functional & typechecked CLI argument/options parser, value coercions etc.

20 lines (19 loc) 238 B
const DEFAULT_THEME = { default: 95, hint: 90, multi: 90, param: 96, required: 33 }; class Tuple { constructor(value) { this.value = value; } deref() { return this.value; } } export { DEFAULT_THEME, Tuple };