CustomMatcher

TCustomMatcher
Bun

Symbol

CustomMatcher

type CustomMatcher<E, P extends any[]> = (this: MatcherContext, expected: E, ...matcherArguments: P) => MatcherResult | Promise<MatcherResult>