You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query.
BigInt is constructor of primitive type bigint, like Number() to number.
Adding two BigInt variables will lead to a compiler error:
TS2365: Operator '+' cannot be applied to types 'BigInt' and 'BigInt'.
Therefore, toBigInt() should return
bigint
The text was updated successfully, but these errors were encountered: