UNPKG

@orpc/openapi-client

Version:

<div align="center"> <image align="center" src="https://orpc.unnoq.com/logo.webp" width=280 alt="oRPC logo" /> </div>

21 lines (18 loc) 922 B
export { S as StandardBracketNotationSerialized, a as StandardBracketNotationSerializer, c as StandardOpenAPICustomJsonSerializer, b as StandardOpenAPIJsonSerialized, e as StandardOpenAPIJsonSerializer, d as StandardOpenAPIJsonSerializerOptions, g as StandardOpenAPILink, f as StandardOpenAPILinkOptions, j as StandardOpenAPISerializeOptions, k as StandardOpenAPISerializer, i as StandardOpenapiLinkCodec, h as StandardOpenapiLinkCodecOptions } from '../../shared/openapi-client.D_hC2pAM.mjs'; import { HTTPPath } from '@orpc/client'; import '@orpc/client/standard'; import '@orpc/contract'; import '@orpc/shared'; import '@orpc/standard-server'; /** * @internal */ declare function standardizeHTTPPath(path: HTTPPath): HTTPPath; /** * @internal */ declare function getDynamicParams(path: HTTPPath | undefined): { raw: string; name: string; }[] | undefined; export { getDynamicParams, standardizeHTTPPath };