Function splitStringToBigInts

  • Splits a string into chunks and converts each chunk into a bigint.

    Parameters

    • input: string

      The input string.

    Returns bigint[]

    • An array of bigints.

Generated using TypeDoc