UNPKG

weather-cli-nk_sm

Version:
8 lines (7 loc) 170 B
import 'dotenv/config'; export declare enum argsTypes { HELP = "h", CITY = "c", API_KEY = "key" } export default function weatherCLI(): Promise<void>;