UNPKG

@hclsoftware/secagent

Version:

IAST agent

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