UNPKG

openweather-api-node

Version:

Simple package that makes it easy to work with OpenWeather API

4 lines (3 loc) 140 B
import { AirPollution } from "types/air-pollution"; declare function singleParser(data: any): AirPollution; export default singleParser;