core3-utils

@wixc3/mostly-equal on Github

Home > @wixc3/mostly-equal > ExpectValues

ExpectValues interface

Signature:

export interface ExpectValues<T = any> 

Properties

Property Modifiers Type Description
[\_brand](/core3-utils/mostly-equal.expectvalues._brand.html) typeof [expectValuesSymb](/core3-utils/mostly-equal.expectvaluessymb.html)
[allowUndefined](/core3-utils/mostly-equal.expectvalues.allowundefined.html) boolean
[expectMethod](/core3-utils/mostly-equal.expectvalues.expectmethod.html) [ExpectMultiMatcher](/core3-utils/mostly-equal.expectmultimatcher.html)<T>
[getMatchInfo](/core3-utils/mostly-equal.expectvalues.getmatchinfo.html) () => [ExpandedValues](/core3-utils/mostly-equal.expandedvalues.html)<T>