Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Represent a ES module. Use ESModule.of_js m
where m
is Js.Unsafe.js_expr {|require ("module_name") |}
include JS_OBJECT with type t = Js_of_ocaml.Js.Unsafe.any
type t = Js_of_ocaml.Js.Unsafe.any
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