Type Alias: Matcher
Matcher =
MatcherFn|MatcherObject
Defined in: src/typedefs.ts:108
Leave undefined if you want to intercept every operation. Otherwise provide
either a matcher function or a matcher object
with properties like clientName and/or a partial set of variables
that have to match for a given operation to be intercepted.