Determines whether the provided value is an array of bigints.
bigint
The value to be checked.
true if the value is an array of bigints, otherwise false.
true
false
This function is an alias for:
isArrayOf<bigint>(x, isBigInt); Copy
isArrayOf<bigint>(x, isBigInt);
...but rejects empty arrays.
Use isArrayOf if empty arrays should be considered valid.
isArrayOf
1.0
Determines whether the provided value is an array of
bigints.