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