Skip to content

Commit c956701

Browse files
committed
Un-deprecate Integer (#891)
The usage of BigInt is not as simple in some scenarios, so Integer stills a useful object to used in some scenarios.
1 parent 01e6420 commit c956701

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/core/src/integer.ts

-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ const INT_CACHE: Map<number, Integer> = new Map()
4343
* @class A Integer class for representing a 64 bit two's-complement integer value.
4444
* @param {number} low The low (signed) 32 bits of the long
4545
* @param {number} high The high (signed) 32 bits of the long
46-
*
47-
* @deprecated This class will be removed or made internal in a future version of the driver.
48-
* Please configure your driver to use BigInt instead.
4946
*
5047
* @constructor
5148
*/

0 commit comments

Comments
 (0)