UNPKG

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 854 B
{"version":3,"sources":["../../../src/apis/wsdot-commercial-vehicle-restrictions/index.ts"],"names":["init_commercialVehicleRestrictions","init_commercialVehicleRestrictionsWithId"],"mappings":"ovBASAA,CAAAA,EAAAA,CACAC,CAAAA,EAAAA","file":"index.mjs","sourcesContent":["/**\n * @fileoverview wsdot-commercial-vehicle-restrictions API - Exports hooks, fetch functions, and types\n *\n * This module provides exports for all hooks, fetch functions, and types in the wsdot-commercial-vehicle-restrictions API.\n */\n\n// Re-export everything from core (fetch functions and types)\nexport * from \"./core\";\n// Export hooks\nexport { useCommercialVehicleRestrictions } from \"./cvRestrictionData/commercialVehicleRestrictions\";\nexport { useCommercialVehicleRestrictionsWithId } from \"./cvRestrictionDataWithId/commercialVehicleRestrictionsWithId\";\n"]}