core3-utils

@wixc3/mostly-equal on Github

Home > @wixc3/mostly-equal > ExpectSingleMatcher

ExpectSingleMatcher type

Signature:

export type ExpectSingleMatcher<T> = (value: T, fieldDefinedInParent: boolean, path: LookupPath) => void | string;

References: LookupPath