package bls12-381-js-gen

  1. Overview
  2. Docs

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
val to_any_js : t -> Js_of_ocaml.Js.Unsafe.any
val to_string : t -> string

Equivalent to toString on the object in JavaScript