Files
boot/backend_js.ml
2022-08-31 12:32:44 -05:00

8 lines
101 B
OCaml

include Backend
module Keycode = struct
open Js_of_ocaml
type t = Dom_html.Keyboard_code.t
end