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 • 770 B
Source Map (JSON)
{"version":3,"sources":["../../../src/apis/wsdot-mountain-pass-conditions/index.ts"],"names":["init_mountainPassConditionById","init_mountainPassConditions"],"mappings":"0kBASAA,CAAAA,EAAAA,CACAC,CAAAA,EAAAA","file":"index.mjs","sourcesContent":["/**\n * @fileoverview wsdot-mountain-pass-conditions API - Exports hooks, fetch functions, and types\n *\n * This module provides exports for all hooks, fetch functions, and types in the wsdot-mountain-pass-conditions API.\n */\n\n// Re-export everything from core (fetch functions and types)\nexport * from \"./core\";\n// Export hooks\nexport { useMountainPassConditionById } from \"./passConditions/mountainPassConditionById\";\nexport { useMountainPassConditions } from \"./passConditions/mountainPassConditions\";\n"]}