Open rochdev opened 6 years ago
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.
Feel free to send a PR. However, place this new behavior under an option
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.