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 210 B
export async function resolveVersioningModule() { try { return await import("@typespec/versioning"); } catch { return undefined; } } //# sourceMappingURL=versioning-module.js.map