Closed moustacheful closed 3 years ago
Adds support for bigints. Currently an error is thrown when passing BigInts:
BigInt
this[(\"_\" + type)] is not a function
This adds the corresponding method for the bigint type, which uses the bigint.toString()
bigint
bigint.toString()
Let me know if there's a need for any changes.
Adds support for bigints. Currently an error is thrown when passing
BigInt
s:This adds the corresponding method for the
bigint
type, which uses thebigint.toString()
Let me know if there's a need for any changes.