Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include JS_OBJECT
val of_js : Js_of_ocaml.Js.Unsafe.any -> t
val to_any_js : t -> Js_of_ocaml.Js.Unsafe.any
val to_string : t -> string
Equivalent to toString
on the object in JavaScript
val make : int -> char -> t
val is_array_buffer : Js_of_ocaml.Js.Unsafe.any -> bool