Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa authored Jun 6, 2019
1 parent e9d523f commit c67310f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# ![image](https://user-images.githubusercontent.com/164050/52737878-42886600-2f82-11e9-81de-c750db7b4ac3.png) This package is not actively maintained

`int64` was a workaround JS' lack of support for Int64 data types. Somewhat to my surprise, people have found it useful. However, [BigInt](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt)s are becoming a thing. If you're writing new code, please use `BigInt`s.
`int64` was a workaround JS' lack of support for Int64 data types. Somewhat to my surprise, people have found it useful. However, it looks like [BigInt](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt)s will soon be a formally accepted feature, obsoleting the need for this package.

That said, if a trustworthy organization or individual would like to take over, I'm happy to hand this off. Please contact me at [[email protected]](mailto:[email protected]) if you're interested. Otherwise I'll be npm-deprecating this at some future date.
If a trustworthy organization or individual would like to take over as maintainer, I'm happy to hand this off. Please contact me at [[email protected]](mailto:[email protected]) if you're interested. Otherwise I'll be npm-deprecating this at some future date.

# int64

Expand Down

0 comments on commit c67310f

Please sign in to comment.