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.
1 parent 000cf30 commit 6731586Copy full SHA for 6731586
README.md
@@ -2028,13 +2028,7 @@ const TESTING_ARRAY_UNDEFINED: Array<undefined | unknown> = [
2028
* typeOf(): "bigint"
2029
* typeof: "bigint"
2030
*/
2031
-const TESTING_BIGINT = 9007199254740991n;
2032
-
2033
-/**
2034
- * typeOf(): "bigint"
2035
- * typeof: "bigint"
2036
- */
2037
-const TESTING_BIGINT_CONSTRUCTOR = BigInt('9007199254740991'); // typeof === 'bigint'
+const TESTING_BIGINT = BigInt('9007199254740991');
2038
```
2039
2040
### `Boolean`
0 commit comments