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 895 B
{"version":3,"sources":["../src/apis/wsdot-highway-cameras/core.ts"],"names":["init_highwayCameraByCameraId","init_highwayCameras","init_searchHighwayCamerasByRouteAndMilepost","init_cameras_input","init_cameras_output"],"mappings":"uFAOAA,CAAAA,EAAAA,CACAC,CAAAA,EAAAA,CACAC,IACAC,CAAAA,EAAAA,CACAC,GAAAA,EAAAA","file":"chunk-ASQVKYHR.mjs","sourcesContent":["/**\n * @fileoverview wsdot-highway-cameras 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 \"./cameras/highwayCameraByCameraId\";\nexport * from \"./cameras/highwayCameras\";\nexport * from \"./cameras/searchHighwayCamerasByRouteAndMilepost\";\nexport * from \"./cameras/shared/cameras.input\";\nexport * from \"./cameras/shared/cameras.output\";\n"]}