You can search for identifiers within the package.
in-package search v0.2.0
ezjs_min
Ezjs_min.BigInt
class type bigInt = object ... end
type nonrec t = bigInt Js_of_ocaml.Js.t
val bigInt : Js_of_ocaml.Js.Unsafe.any -> 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