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