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

10 lines (7 loc) 183 B
#!/usr/bin/env node import { main } from "../dist/src/cli/cli.js"; main().catch((error) => { // eslint-disable-next-line no-console console.error(error); process.exit(1); });