UNPKG

@hclsoftware/secagent

Version:

IAST agent

9 lines (6 loc) 204 B
/* build/tpl */ import pathMatches from "./pathMatches"; interface IPathMatchesAdded { pathMatches: typeof pathMatches; } export default function addPathMatches<Src>(_: Src): Src & IPathMatchesAdded;