package bls12-381-js-gen

  1. Overview
  2. Docs
include JS_OBJECT
type 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 zero : t
val of_int : int -> t

Create a Number value from an integer. The value is not verified to be in the interval allowed for a Number object

val to_int : t -> int

Convert to int. Unsafe