UNPKG

@hclsoftware/secagent

Version:

IAST agent

14 lines (9 loc) 342 B
'use strict'; 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;