Current Path : /home/infinitibizsol/.trash/node_modules.9/mongoose/lib/helpers/populate/ |
Current File : /home/infinitibizsol/.trash/node_modules.9/mongoose/lib/helpers/populate/SkipPopulateValue.js |
'use strict'; module.exports = function SkipPopulateValue(val) { if (!(this instanceof SkipPopulateValue)) { return new SkipPopulateValue(val); } this.val = val; return this; };