Skip to content

Commit c174338

Browse files
committed
Edit second copu of js.ml.
1 parent 721aa39 commit c174338

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jscomp/runtime/js.ml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,9 @@ module Float = Js_float
291291
module Int = Js_int
292292
(** Provide utilities for int *)
293293

294+
module Bigint = Js_bigint
295+
(** Provide utilities for bigint *)
296+
294297
module Option = Js_option
295298
(** Provide utilities for option *)
296299

0 commit comments

Comments
 (0)