猫鼬到招摇 用于将模式对象转换为模式定义的转换库。 安装 $ npm install --save mongoose-to-swagger 总览 将猫鼬模型转换为一般模式。 用法 const mongoose = require ( 'mongoose' ) ; const m2s = require ( 'mongoose-to-swagger' ) ; const Cat = mongoose . model ( 'Cat' , { name : String } ) ; const swaggerSchema = m2s ( Cat ) ; console . log ( swagger