UNPKG

@typespec/json-schema

Version:

TypeSpec library for emitting TypeSpec to JSON Schema and converting JSON Schema to TypeSpec

8 lines 432 B
// An error in the imports would mean that the decorator is not exported or // doesn't have the right name. import { $decorators } from "@typespec/json-schema"; /** * 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.JsonSchema"]; //# sourceMappingURL=TypeSpec.JsonSchema.ts-test.js.map