@openapi-generator-plus/typescript-fetch-node-client-generator
Version:
An OpenAPI Generator Plus template for a TypeScript API client using Fetch in Node
8 lines (7 loc) • 316 B
TypeScript
import { FetchClientHooks } from '@openapi-generator-plus/typescript-fetch-client-generator';
/**
* Hook overrides for fetch-node-client: replace fetch-client's
* browser-oriented imports/dependencies/response-body handling with the
* Node-flavoured equivalents.
*/
export declare const hooks: FetchClientHooks;