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

7 lines 305 B
import { createTestLibrary, findTestPackageRoot, } from "@typespec/compiler/testing"; /** @deprecated use new Tester */ export const OpenAPI3TestLibrary = createTestLibrary({ name: "@typespec/openapi3", packageRoot: await findTestPackageRoot(import.meta.url), }); //# sourceMappingURL=index.js.map