UNPKG

@typespec/openapi

Version:

TypeSpec library providing OpenAPI concepts

6 lines 269 B
import { createTestLibrary, findTestPackageRoot, } from "@typespec/compiler/testing"; export const OpenAPITestLibrary = createTestLibrary({ name: "@typespec/openapi", packageRoot: await findTestPackageRoot(import.meta.url), }); //# sourceMappingURL=index.js.map