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

5 lines
141 B
JavaScript

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