UNPKG

args-any

Version:

Utility lib for parsing command options

4 lines (3 loc) 108 B
export declare class CaseInsensitiveMap<V> extends Map<string, V> { set(key: string, value: V): this; }