utils
Preparing search index...
every
Function every
every
<
T
>
(
array
:
T
[]
,
handler
:
(
value
:
T
)
=>
boolean
)
:
boolean
Check that all values in the given
array
returns true by the given
handler
Type Parameters
T
Parameters
array
:
T
[]
handler
:
(
value
:
T
)
=>
boolean
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
utils
Loading...
Check that all values in the given array returns true by the given handler