Last updated 3 years ago
Was this helpful?
areBigInt().some()
Checks whether some provided of are a type.
The method uses method of .
The return value is a indicating whether some of the provided of are a type.
// Example usage. import { areBigInt } from '@angular-package/type'; areBigInt(1n, 2, '3').some((result, value, payload) => { result // true value // [1n, 2, '3'] payload // undefined return result; });
areBigInt()
bigint
some()
areDeterminer()
boolean
values