Module Js_of_ocaml_compiler.Target_env

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