UNPKG

@hclsoftware/secagent

Version:

IAST agent

14 lines (9 loc) 321 B
'use strict'; var getMixOrPatchIn = require('./private/getMixOrPatchIn.js'); var getSomeDeep = require('./getSomeDeep.js'); /* build/tpl */ function addSomeDeep(_) { var mixOrPatchIn = getMixOrPatchIn(_); return mixOrPatchIn('someDeep', getSomeDeep(_), !getSomeDeep.notChainable); } module.exports = addSomeDeep;