UNPKG

@hclsoftware/secagent

Version:

IAST agent

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