Files
fastapi-openapi-to-postman/index.js
2018-04-03 15:28:52 +05:30

6 lines
143 B
JavaScript

// Exports the interface for the plugin
module.exports = {
convert: require('./lib/convert.js'),
validate: require('./lib/validate.js')
};