UNPKG

sugar-generate

Version:

Auto generate OAS 3.0 REST + GraphQL APIs (Node + MongoDB)

6 lines (5 loc) 161 B
module.exports = (str) => { if (str === 'objectid' || str === 'ObjectId') return 'string'; if (typeof str === 'undefined') return 'object'; return str; };