package js_of_ocaml-compiler

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Browser
  2. | Nodejs
  3. | Isomorphic
val all : t list
val equal : t -> t -> bool
val to_string : t -> string
val of_string : string -> t option