core3-utils

@wixc3/mostly-equal on Github

Home > @wixc3/mostly-equal > ExpectValue

ExpectValue interface

Signature:

export interface ExpectValue<T = any> 

Properties

Property Modifiers Type Description
[\_brand](/core3-utils/mostly-equal.expectvalue._brand.html) typeof [expectValueSymb](/core3-utils/mostly-equal.expectvaluesymb.html)
[clear](/core3-utils/mostly-equal.expectvalue.clear.html) () => void
[expectMethod](/core3-utils/mostly-equal.expectvalue.expectmethod.html) [ExpectSingleMatcher](/core3-utils/mostly-equal.expectsinglematcher.html)<T>
[getMatchInfo](/core3-utils/mostly-equal.expectvalue.getmatchinfo.html) () => [ExpandedValues](/core3-utils/mostly-equal.expandedvalues.html)<T>