We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now int64 are supported but only up to 53 bits since this is a limitation of the Number type in JavaScript.
Number
Support for 64 bit precision could be added using a library such as node-int64.
The text was updated successfully, but these errors were encountered:
Feel free to send a PR. However, place this new behavior under an option
Sorry, something went wrong.
No branches or pull requests
Right now int64 are supported but only up to 53 bits since this is a limitation of the
Number
type in JavaScript.Support for 64 bit precision could be added using a library such as node-int64.
The text was updated successfully, but these errors were encountered: