core3-utils

@wixc3/mostly-equal on Github

Home > @wixc3/mostly-equal > ExpectMultiMatcher

ExpectMultiMatcher type

Signature:

export type ExpectMultiMatcher<T> = (values: readonly T[], expandedValues: ExpandedValues<T>) => void | Array<undefined | Error>;

References: ExpandedValues