UNPKG

@hclsoftware/secagent

Version:

IAST agent

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