UNPKG

args-any

Version:

Utility lib for parsing command options

6 lines (5 loc) 103 B
export interface ArgContainer { all(): string[]; options(): string[]; other(): string[]; }