package forester

  1. Overview
  2. Docs
type t = {
  1. trees : string list;
  2. assets : string list;
  3. theme : string;
  4. root : string option;
  5. stylesheet : string;
}
OCaml

Innovation. Community. Security.