UNPKG

react-native-weather-api

Version:

Real-time weather information for any location on Earth, including over 200,000 cities.

4 lines 240 B
export { getLocation } from './location'; export { getWeather, dailyForecast, showWeather, fiveDaysForecast, } from './weather'; export type { CallProps, WeatherData, GeolocationResponse } from './types'; //# sourceMappingURL=index.d.ts.map