@nestjs/swagger
Version: 
Nest - modern, fast, powerful node.js web framework (@swagger)
11 lines (9 loc) • 316 B
JavaScript
;
function __export(m) {
  for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
exports.__esModule = true;
const plugin = require('./dist/plugin');
__export(plugin);
/** Compatibility with ts-patch/ttypescript */
exports.default = (program, options) => plugin.before(options, program);