UNPKG

@hclsoftware/secagent

Version:

IAST agent

9 lines (7 loc) 295 B
/* build/tpl */ import getMixOrPatchIn from './private/getMixOrPatchIn.js'; import getReduceDeep from './getReduceDeep.js'; export default function addReduceDeep(_) { var mixOrPatchIn = getMixOrPatchIn(_); return mixOrPatchIn('reduceDeep', getReduceDeep(_), !getReduceDeep.notChainable); }