@hexafuchs/what.js
Preparing search index...
assertContainsValue
Function assertContainsValue
assertContainsValue
<
T
>
(
container
:
T
[]
|
Record
<
string
,
T
>
|
Set
<
T
>
|
Map
<
unknown
,
T
>
,
value
:
T
,
)
:
void
Asserts the object or array contains the given value.
Supports maps and sets.
Type Parameters
T
Parameters
container
:
T
[]
|
Record
<
string
,
T
>
|
Set
<
T
>
|
Map
<
unknown
,
T
>
value
:
T
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@hexafuchs/what.js
Loading...
Asserts the object or array contains the given value.
Supports maps and sets.