Current Path : /home/infinitibizsol/insurcrm.infinitibizsol.com/node_modules/mongoose/lib/helpers/ |
Current File : /home/infinitibizsol/insurcrm.infinitibizsol.com/node_modules/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;