package bls12-381-js-gen

  1. Overview
  2. Docs

Module Jsoo_lib.ESModuleSource

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
Sourceval to_string : t -> string

Equivalent to toString on the object in JavaScript