TCustomMatcher
Bun

type

test.CustomMatcher

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