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.18 kB
Source Map (JSON)
{"version":3,"sources":["../src/apis/wsdot-weather-information/core.ts"],"names":["init_currentWeatherForStations","init_searchWeatherInformation","init_weatherInfo_input","init_weatherInfo_output","init_weatherInformation","init_weatherInformationByStationId"],"mappings":"yFAOAA,CAAAA,EAAAA,CACAC,CAAAA,EAAAA,CACAC,GAAAA,EAAAA,CACAC,CAAAA,EAAAA,CACAC,CAAAA,EAAAA,CACAC,CAAAA,EAAAA","file":"chunk-FSVTZGKQ.mjs","sourcesContent":["/**\n * @fileoverview wsdot-weather-information API - Core fetch functions and types only\n *\n * This module provides exports for fetch functions and types only (no React hooks).\n * Use this for backend/server-side code to avoid React Query dependencies.\n */\n\nexport { fetchCurrentWeatherForStations } from \"./weatherInfo/currentWeatherForStations\";\nexport { searchWeatherInformation } from \"./weatherInfo/searchWeatherInformation\";\nexport * from \"./weatherInfo/shared/weatherInfo.input\";\nexport * from \"./weatherInfo/shared/weatherInfo.output\";\nexport { fetchWeatherInformation } from \"./weatherInfo/weatherInformation\";\nexport { fetchWeatherInformationByStationId } from \"./weatherInfo/weatherInformationByStationId\";\n"]}