To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
type t = private Ojs.t
val t_of_js : Ojs.t -> t
val t_to_js : t -> Ojs.t
val of_string : string -> t
val to_string : t -> string
val to_lower_case : t -> t
val to_upper_case : t -> t
val concat : t -> t list -> t
val includes : t -> t -> bool
val ends_with : t -> t -> bool
val index_of : t -> t -> int
val repeat : t -> int -> t
val search : t -> RegExp.t -> int
val trim : t -> t