/
home
/
infinitibizsol
/
.trash
/
node_modules.11
/
mongoose
/
lib
/
helpers
/
File Upload :
llllll
Current File: /home/infinitibizsol/.trash/node_modules.11/mongoose/lib/helpers/isMongooseObject.js
'use strict'; const isMongooseArray = require('../types/array/isMongooseArray').isMongooseArray; /** * Returns if `v` is a mongoose object that has a `toObject()` method we can use. * * This is for compatibility with libs like Date.js which do foolish things to Natives. * * @param {Any} v * @api private */ module.exports = function(v) { return ( v != null && ( isMongooseArray(v) || // Array or Document Array v.$__ != null || // Document v.isMongooseBuffer || // Buffer v.$isMongooseMap // Map ) ); };
Copyright ©2k19 -
Hexid
|
Tex7ure