ws-dottie
Version:
Your friendly TypeScript companion for Washington State transportation APIs - WSDOT and WSF data with smart caching and React Query integration
9 lines • 381 B
TypeScript
/**
* @fileoverview Shared Utilities and Configurations for WS-Dottie
*
* This module serves as the central export point for essential shared functionality
* used by consumers of the WS-Dottie API library.
*/
export { configManager, datesHelper, jsDateToYyyyMmDd, } from "./utils";
export type { ApiError, ErrorContext, } from "./fetching";
//# sourceMappingURL=index.d.ts.map