UNPKG

react-native-weather-api

Version:

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

38 lines (37 loc) 852 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "dailyForecast", { enumerable: true, get: function () { return _weather.dailyForecast; } }); Object.defineProperty(exports, "fiveDaysForecast", { enumerable: true, get: function () { return _weather.fiveDaysForecast; } }); Object.defineProperty(exports, "getLocation", { enumerable: true, get: function () { return _location.getLocation; } }); Object.defineProperty(exports, "getWeather", { enumerable: true, get: function () { return _weather.getWeather; } }); Object.defineProperty(exports, "showWeather", { enumerable: true, get: function () { return _weather.showWeather; } }); var _location = require("./location"); var _weather = require("./weather"); //# sourceMappingURL=index.js.map