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

10 lines 251 B
import { $oneOf, $useRef } from "./decorators.js"; export { $lib } from "./lib.js"; /** @internal */ export const $decorators = { "TypeSpec.OpenAPI": { useRef: $useRef, oneOf: $oneOf, }, }; //# sourceMappingURL=tsp-index.js.map