ws-dottie
Version: 
Your friendly TypeScript companion for Washington State transportation APIs - WSDOT and WSF data with smart caching and React Query integration
12 lines • 409 B
TypeScript
/**
 * fetch-native CLI
 *
 * Raw WSDOT/WSF API client using native fetch for direct API access without validation.
 * This tool provides unvalidated access to Washington State transportation APIs
 * for debugging, testing, and when you need the raw API response.
 *
 * Usage: fetch-native <function-name> [params] [--pretty=false]
 */
export {};
//# sourceMappingURL=fetch-native.d.ts.map