UNPKG

@jil/args

Version:

A convention based argument parsing and formatting library, with strict validation checks

6 lines (5 loc) 201 B
/** * Check that an argument looks like a long option, short option, * or short option group. Do not return true for negative numbers. */ export declare function isOptionLike(arg: string): boolean;