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