Function toBigIntArray

  • For any given array of numbers, convert them to BigInts

    Parameters

    • inputArray: number[] | bigint[]

      The array of numbers to be converted

    Returns bigint[]

    The array of BigInts

Generated using TypeDoc