This repository has been archived by the owner on Dec 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|