UNPKG

weather-in-terminal

Version:

A simple CLI to see the weather while you're in your terminal.

7 lines 262 B
import { IWeatherCondition } from './weatherCondition'; export declare class WeatherClient { private httpClient; constructor(key: string); getCurrentWeather(location?: string): Promise<IWeatherCondition>; } //# sourceMappingURL=weatherClient.d.ts.map