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