UNPKG

@azure-tools/typespec-apiview

Version:

Library for emitting APIView token files from TypeSpec

6 lines 280 B
import { createTestLibrary, findTestPackageRoot } from "@typespec/compiler/testing"; export const ApiViewTestLibrary = createTestLibrary({ name: "@azure-tools/typespec-apiview", packageRoot: await findTestPackageRoot(import.meta.url), }); //# sourceMappingURL=index.js.map