@hclsoftware/secagent
Version:
IAST agent
14 lines (9 loc) • 321 B
JavaScript
;
var getMixOrPatchIn = require('./private/getMixOrPatchIn.js');
var getPickDeep = require('./getPickDeep.js');
/* build/tpl */
function addPickDeep(_) {
var mixOrPatchIn = getMixOrPatchIn(_);
return mixOrPatchIn('pickDeep', getPickDeep(_), !getPickDeep.notChainable);
}
module.exports = addPickDeep;