Module Ppx_html_expander.Runtime_kind

type t =
  1. | Js_of_ocaml
  2. | Kernel

Runtime_kind.t represents the runtime that ppx_html is running in. ppx_html expects Js_of_ocaml and ppx_html_kernel expects Kernel.