UNPKG

@typespec/openapi3

Version:

TypeSpec library for emitting OpenAPI 3.0 and OpenAPI 3.1 from the TypeSpec REST protocol binding and converting OpenAPI3 to TypeSpec

6 lines 384 B
import { OpenApiSpecSpecificProps } from "./openapi-spec-mappings.js"; import { OpenAPI3Schema } from "./types.js"; export declare const applyEncoding: OpenApiSpecSpecificProps["applyEncoding"]; export declare const getRawBinarySchema: () => OpenAPI3Schema; export declare const isRawBinarySchema: (schema: OpenAPI3Schema) => boolean; //# sourceMappingURL=openapi-helpers-3-0.d.ts.map