UNPKG

@orpc/openapi-client

Version:

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

22 lines (19 loc) 1.04 kB
export { S as StandardBracketNotationSerialized, b as StandardBracketNotationSerializer, a as StandardBracketNotationSerializerOptions, d as StandardOpenAPICustomJsonSerializer, c as StandardOpenAPIJsonSerialized, f as StandardOpenAPIJsonSerializer, e as StandardOpenAPIJsonSerializerOptions, h as StandardOpenAPILink, g as StandardOpenAPILinkOptions, k as StandardOpenAPISerializeOptions, l as StandardOpenAPISerializer, j as StandardOpenapiLinkCodec, i as StandardOpenapiLinkCodecOptions } from '../../shared/openapi-client.Dx4REA6z.mjs'; export { getIssueMessage, parseFormData } from '../../helpers/index.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 };