Skip to content

Commit 6601152

Browse files
committed
remove NaN from BigInt
1 parent 9de4806 commit 6601152

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

jscomp/others/js_bigint.res

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
/*** JavaScript BigInt API */
22

3-
@val
4-
/**
5-
The special value "Not a Number". See [`NaN`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NaN) on MDN.
6-
*/
7-
external _NaN: bigint = "NaN"
8-
93
@val
104
/**
115
Parses the given `string` into a `bigint` using JavaScript semantics. Return the

0 commit comments

Comments
 (0)