mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
6 lines
143 B
JavaScript
6 lines
143 B
JavaScript
// Exports the interface for the plugin
|
|
module.exports = {
|
|
convert: require('./lib/convert.js'),
|
|
validate: require('./lib/validate.js')
|
|
};
|