package js_of_ocaml-compiler

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a callback = 'a
val create_file : name:string -> content:string -> unit
val read_file : name:string -> string
val set_channel_output' : out_channel -> (js_string:Js.t -> unit) callback -> unit
val set_channel_input' : in_channel -> (unit -> string) callback -> unit
val mount_point : unit -> string list
val mount_autoload : string -> (string -> string -> string option) callback -> unit
val unmount : string -> unit