We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4d679 commit 0b9adcfCopy full SHA for 0b9adcf
packages/core/src/integer.ts
@@ -43,6 +43,10 @@ const INT_CACHE: Map<number, Integer> = new Map()
43
* @class A Integer class for representing a 64 bit two's-complement integer value.
44
* @param {number} low The low (signed) 32 bits of the long
45
* @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.
49
50
* @constructor
51
*/
52
class Integer {
0 commit comments