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 • 507 B
TypeScript
/**
* @fileoverview Factory Functions for WS-Dottie
*
* This module provides factory functions for creating typed fetch functions
* and React Query hooks using a metadata-driven approach.
*/
export { buildDescriptor } from "./buildDescriptor";
export { createFetchFunction } from "./createFetchFunction";
export { createHook } from "./createHook";
export { cacheStrategies } from "./strategies";
export type { FetchFunctionParams, QueryHookOptions, } from "./types";
//# sourceMappingURL=index.d.ts.map