every()
areBigInt().every()
areBigInt().every()
Checks whether every provided value
of areBigInt()
is a bigint
type.
The method uses every()
method of areDeterminer()
.
Returns
The return value is a boolean
indicating whether the provided values
of areBigInt()
are a bigint
type.
Example usage
Last updated