Function isValidBigIntOrNumberArray

  • This function checks if the input array is a valid array of bigints or numbers

    Parameters

    • inputArray: number[] | bigint[]

      The array to be checked

    Returns boolean

    True if the array is valid, false otherwise

Generated using TypeDoc