jon.recoil.org

Module Js_of_ocaml_compiler.Target_env

type t =
  1. | Browser
  2. | Nodejs
  3. | Isomorphic
val to_string : Js_of_ocaml_compiler.Target_env.t -> string
val of_string : string -> Js_of_ocaml_compiler.Target_env.t option