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
Copy file name to clipboardexpand all lines: README.markdown
+5
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,11 @@ it uses the builtin bignum functionality provided by OpenSSL. The
14
14
advantage is that OpenSSL is already part of Node.js, so this
15
15
library does not add any external dependency whatsoever.
16
16
17
+
BigInt
18
+
======
19
+
20
+
JavaScript now has a BigInt object. If you are using Node 10.4 or newer, you should use or migrate to [BigInt](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt).
0 commit comments