Skip to content

Commit ce26c0c

Browse files
tracker1rvagg
authored andcommittedDec 20, 2019
Update README.markdown (#122)
Add notation referencing BigInt native Object.
1 parent efde423 commit ce26c0c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎README.markdown

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ it uses the builtin bignum functionality provided by OpenSSL. The
1414
advantage is that OpenSSL is already part of Node.js, so this
1515
library does not add any external dependency whatsoever.
1616

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).
21+
1722
differences
1823
===========
1924

0 commit comments

Comments
 (0)
Please sign in to comment.