@hclsoftware/secagent
Version:
IAST agent
9 lines (7 loc) • 301 B
JavaScript
/* build/tpl */
import getMixOrPatchIn from './private/getMixOrPatchIn.js';
import getPathMatches from './getPathMatches.js';
export default function addPathMatches(_) {
var mixOrPatchIn = getMixOrPatchIn(_);
return mixOrPatchIn('pathMatches', getPathMatches(_), !getPathMatches.notChainable);
}