@kubb/plugin-client
Version:
API client generator plugin for Kubb, creating type-safe HTTP clients (Axios, Fetch) from OpenAPI specifications for making API requests.
8 lines (7 loc) • 390 B
TypeScript
import { a as UserPluginWithLifeCycle, n as PluginClient, t as Options } from "./types-DJmtgGu4.js";
//#region src/plugin.d.ts
declare const pluginClientName = "plugin-client";
declare const pluginClient: (options?: Options | undefined) => UserPluginWithLifeCycle<PluginClient>;
//#endregion
export { type PluginClient, pluginClient, pluginClientName };
//# sourceMappingURL=index.d.ts.map