Current Path : /home/infinitibizsol/.trash/node_modules.9/mongoose/lib/helpers/ |
Current File : /home/infinitibizsol/.trash/node_modules.9/mongoose/lib/helpers/isBsonType.js |
'use strict'; /** * Get the bson type, if it exists * @api private */ function isBsonType(obj, typename) { return ( typeof obj === 'object' && obj !== null && obj._bsontype === typename ); } module.exports = isBsonType;