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