package ezjs_min

  1. Overview
  2. Docs
class type bigInt = object ... end
type nonrec t = bigInt Js_of_ocaml.Js.t
val of_string : string -> t
val of_int : int -> t
val of_int64 : int64 -> t
val of_native : nativeint -> t
val of_float : float -> t
val to_locale_string : ?fmt:string -> ?options:'a Js_of_ocaml.Js.t -> t -> string
val to_string : t -> string