UNPKG

@kubb/cli

Version:

Command-line interface for Kubb, enabling easy generation of TypeScript, React-Query, Zod, and other code from OpenAPI specifications.

5 lines 144 B
//#region src/index.d.ts declare function run(_argv?: string[]): Promise<void>; //#endregion export { run }; //# sourceMappingURL=index.d.ts.map