tguard-js
    Preparing search index...

    Function isBigIntArray

    • Determines whether the provided value is an array of bigints.

      Parameters

      • x: unknown

        The value to be checked.

      Returns x is bigint[]

      true if the value is an array of bigints, otherwise false.

      This function is an alias for:

      isArrayOf<bigint>(x, isBigInt);
      

      ...but rejects empty arrays.

      Use isArrayOf if empty arrays should be considered valid.

      1.0