Function bigIntToString

  • Converts a bigint value to its string representation.

    Parameters

    • bigIntValue: bigint

      The bigint value.

    Returns string

    • String representation of the bigint.

Generated using TypeDoc