UNPKG

@kubb/plugin-client

Version:

API client generator plugin for Kubb, creating type-safe HTTP clients (Axios, Fetch) from OpenAPI specifications for making API requests.

5 lines (3 loc) 216 B
// @ts-expect-error - import attributes are handled at build time by importAttributeTextPlugin import content from '../../../templates/clients/axios.ts' with { type: 'text' } export const source = content as string