@kubb/plugin-client
Version:
API client generator plugin for Kubb, creating type-safe HTTP clients (Axios, Fetch) from OpenAPI specifications for making API requests.
10 lines (9 loc) • 512 B
TypeScript
import { t as __name } from "./chunk-DKWOrOAv.js";
import { n as Options, r as PluginClient, t as ClientImportPath } from "./types-nY6q8qQK.js";
import * as _kubb_core0 from "@kubb/core";
//#region src/plugin.d.ts
declare const pluginClientName = "plugin-client";
declare const pluginClient: (options?: Options | undefined) => _kubb_core0.UserPluginWithLifeCycle<PluginClient>;
//#endregion
export { type ClientImportPath, type PluginClient, pluginClient, pluginClientName };
//# sourceMappingURL=index.d.ts.map