★ areFalse()
Last updated
Was this helpful?
Last updated
Was this helpful?
areFalse()
Checks whether the values are a type or an instance of equal to false
by using every()
, forEach()
and some()
methods of the returned object.
CommonPayload
extends
object
The CommonPayload
generic type variable constrained by the constrains the generic type variable Payload
of each returned method.
...values: any[]
A rest parameter of type to check its elements against a type or an instance of equal to false
.
The return value is an of every()
, some()
and forEach()
as methods of checking supplied .