UNPKG

@hclsoftware/secagent

Version:

IAST agent

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