UNPKG

ws-dottie

Version:

Your friendly TypeScript companion for Washington State transportation APIs - WSDOT and WSF data with smart caching and React Query integration

6 lines (5 loc) 701 B
export { fetchCurrentWeatherForStations, fetchWeatherInformation, fetchWeatherInformationByStationId, searchWeatherInformation, u as useCurrentWeatherForStations, a as useSearchWeatherInformation, b as useWeatherInformation, c as useWeatherInformationByStationId } from './core.mjs'; export { CurrentWeatherForStationsInput, SearchWeatherInformationInput, WeatherInfo, WeatherInformationByStationIdInput, WeatherInformationInput, currentWeatherForStationsInputSchema, searchWeatherInformationInputSchema, weatherInfoSchema, weatherInformationByStationIdInputSchema, weatherInformationInputSchema } from './schemas.mjs'; import '../../types-D3jt2o5t.mjs'; import '@tanstack/react-query'; import 'zod';