Skip to content

Commit b4f9c7b

Browse files
📚 docs(README): Explicit that no implementation exists on top of BigInt.
1 parent 68f632d commit b4f9c7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ a.mul( b ).toString( ) ; // '-903954021577363596419770144565091'
3434
The current underlying implementation uses big endian order. There is no
3535
alternative for the moment.
3636

37+
- [ ] [BigInt](https://developer.mozilla.org/en-US/docs/Glossary/BigInt)
3738
- [x] [@aureooms/js-integer-big-endian](https://github.com/aureooms/js-integer-big-endian)
3839
- [ ] [@aureooms/js-integer-little-endian](https://github.com/aureooms/js-integer-little-endian)
3940

0 commit comments

Comments
 (0)