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