UNPKG

@hclsoftware/secagent

Version:

IAST agent

7 lines (5 loc) 145 B
import { Path } from './Path.js'; export default function pathMatches( path: Path, paths: string | RegExp | (string | RegExp)[] ): boolean;