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 • 371 B
TypeScript
/**
* @fileoverview CLI Setup and Command Handling for WS-Dottie
*
* This module provides the main CLI setup and command handling for the fetch-dottie
* command-line tool, including support for transport and validation flags.
*/
/**
* Sets up and runs the CLI tool
*/
export declare const setupCli: () => void;
//# sourceMappingURL=cli.d.ts.map