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 • 754 B
Source Map (JSON)
{"version":3,"sources":["../src/apis/wsdot-weather-stations/core.ts"],"names":["init_weatherStations_input","init_weatherStations_output","init_weatherStations"],"mappings":"4EAOAA,CAAAA,EAAAA,CACAC,CAAAA,EAAAA,CACAC,CAAAA,EAAAA","file":"chunk-F7AXVDMH.mjs","sourcesContent":["/**\n * @fileoverview wsdot-weather-stations 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 * from \"./weatherStations/shared/weatherStations.input\";\nexport * from \"./weatherStations/shared/weatherStations.output\";\nexport { fetchWeatherStations } from \"./weatherStations/weatherStations\";\n"]}