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