UNPKG

weather-cli-nk_sm

Version:
6 lines (5 loc) 135 B
export default class APIService { private static baseUrl; private static getKey; static getWeather(): Promise<any>; }