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

9 lines 205 B
export async function resolveJsonSchemaModule() { try { return await import("@typespec/json-schema"); } catch { return undefined; } } //# sourceMappingURL=json-schema.js.map