UNPKG

@hclsoftware/secagent

Version:

IAST agent

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