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

3 lines 194 B
import { Program, Type } from "@typespec/compiler"; export declare function attachExtensions(program: Program, type: Type, emitObject: any): void; //# sourceMappingURL=attach-extensions.d.ts.map