UNPKG

ws-dottie

Version:

Your friendly TypeScript companion for Washington State transportation APIs - WSDOT and WSF data with smart caching and React Query integration

14 lines 588 B
/** * @fileoverview General utilities for WS-Dottie * * This module provides general-purpose utilities including configuration * management, logging functionality, and date utilities. These utilities * are used throughout the WS-Dottie library for common operations. * * Note: parseJsonWithFallback, logApiCall, logApiResults, and logger are * internal-only and not exported. Import them directly from their modules * if needed. */ export { configManager } from "./configManager"; export { datesHelper, jsDateToYyyyMmDd, } from "./dateUtils"; //# sourceMappingURL=index.d.ts.map