UNPKG

openweather-api-node

Version:

Simple package that makes it easy to work with OpenWeather API

4 lines (3 loc) 159 B
import { ForecastWeather } from "types/index"; declare function forecastParser(data: any, limit: number): ForecastWeather[]; export default forecastParser;