8 lines
101 B
OCaml
8 lines
101 B
OCaml
include Backend
|
|
|
|
module Keycode = struct
|
|
open Js_of_ocaml
|
|
|
|
type t = Dom_html.Keyboard_code.t
|
|
end
|