UNPKG

openapi-diff

Version:

A CLI tool to identify differences between Swagger/OpenAPI specs.

7 lines (6 loc) 209 B
"use strict"; const cli_factory_1 = require("./cli-factory"); const openApiDiff = { diffSpecs: (options) => cli_factory_1.CliFactory.createOpenApiDiff().diffSpecs(options) }; module.exports = openApiDiff;