ws-dottie
Version:
Your friendly TypeScript companion for Washington State transportation APIs - WSDOT and WSF data with smart caching and React Query integration
1 lines • 1.02 kB
Source Map (JSON)
{"version":3,"sources":["../../../src/apis/wsdot-weather-information/index.ts"],"names":["init_currentWeatherForStations","init_searchWeatherInformation","init_weatherInformation","init_weatherInformationByStationId"],"mappings":"wyBAQAA,CAAAA,EAAAA,CACAC,IAEAC,CAAAA,EAAAA,CACAC,CAAAA,EAAAA","file":"index.mjs","sourcesContent":["/**\n * @fileoverview wsdot-weather-information API - Exports hooks, fetch functions, and types\n *\n * This module provides exports for all hooks, fetch functions, and types in the wsdot-weather-information API.\n */\n\n// Re-export everything from core (fetch functions and types)\nexport * from \"./core\";\nexport { useCurrentWeatherForStations } from \"./weatherInfo/currentWeatherForStations\";\nexport { useSearchWeatherInformation } from \"./weatherInfo/searchWeatherInformation\";\n// Export hooks\nexport { useWeatherInformation } from \"./weatherInfo/weatherInformation\";\nexport { useWeatherInformationByStationId } from \"./weatherInfo/weatherInformationByStationId\";\n"]}