Current Path : /home/infinitibizsol/insurcrm.infinitibizsol.com/node_modules/underscore/cjs/ |
Current File : /home/infinitibizsol/insurcrm.infinitibizsol.com/node_modules/underscore/cjs/_shallowProperty.js |
// Internal helper to generate a function to obtain property `key` from `obj`. function shallowProperty(key) { return function(obj) { return obj == null ? void 0 : obj[key]; }; } module.exports = shallowProperty;