UNPKG

vamtiger-argv

Version:

This contains convenience methods for accessing commandline arguments.

6 lines (5 loc) 204 B
declare const rawArguments: string[]; export default rawArguments; export declare const set: Set<string>; export declare type RawArguments = typeof rawArguments; export declare type RawArgument = string;