@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
8 lines • 423 B
JavaScript
// An error in the imports would mean that the decorator is not exported or
// doesn't have the right name.
import { $decorators } from "@typespec/openapi3";
/**
* An error here would mean that the exported decorator is not using the same signature. Make sure to have export const $decName: DecNameDecorator = (...) => ...
*/
const _ = $decorators["TypeSpec.OpenAPI"];
//# sourceMappingURL=TypeSpec.OpenAPI.ts-test.js.map