We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a9af6d + 788968e commit 434881aCopy full SHA for 434881a
src/v1/integer.js
@@ -35,8 +35,6 @@ import {newError} from './error';
35
* @param {number} low The low (signed) 32 bits of the long
36
* @param {number} high The high (signed) 32 bits of the long
37
* @constructor
38
- *
39
- * @deprecated This class will be removed or made internal in a future version of the driver.
40
*/
41
class Integer {
42
constructor(low, high) {
0 commit comments