Closed daniel-chambers closed 7 months ago
Adds a biginteger type representation, which is like bigdecimal but only contains integers. This is useful to represent JavaScript's BigInt type.
biginteger
bigdecimal
BigInt
Ah bugger, I should have checked that. Thanks for updating the tests @paf31. Looks like you need to re-approve.
Adds a
biginteger
type representation, which is likebigdecimal
but only contains integers. This is useful to represent JavaScript'sBigInt
type.