UNPKG

weather-cli-nk_sm

Version:
5 lines (4 loc) 127 B
export declare type Args = { [k: string]: string | boolean; }; export declare function getArgs(args?: string[]): Args;