UNPKG

@hey-api/openapi-ts

Version:

🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.

23 lines (22 loc) • 573 B
export type { Auth } from '../core/auth'; export type { QuerySerializerOptions } from '../core/bodySerializer'; export { formDataBodySerializer, jsonBodySerializer, urlSearchParamsBodySerializer, } from '../core/bodySerializer'; export { buildClientParams } from '../core/params'; export { createClient } from './client'; export type { Client, ClientOptions, Config, CreateClientConfig, Options, OptionsLegacyParser, RequestOptions, RequestResult, ResponseStyle, TDataShape, } from './types'; export { createConfig, mergeHeaders } from './utils';