package fzf

  1. Overview
  2. Docs
type t = {
  1. expect_keys : string Nonempty_list.t;
  2. key_pressed : string Core.Set_once.t;
}
val create : string Nonempty_list.t -> t
OCaml

Innovation. Community. Security.