Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/tui/src/input_reader/types.ts>Alphabet

🦕 Deno module for creating Terminal User Interfaces
Go to Latest
type alias Alphabet
import { type Alphabet } from "https://deno.land/x/tui@2.0.0/src/input_reader/types.ts";

Type defining letters from the latin alphabet

definition:
| "a"
| "b"
| "c"
| "d"
| "e"
| "f"
| "g"
| "h"
| "i"
| "j"
| "k"
| "l"
| "m"
| "n"
| "o"
| "p"
| "q"
| "r"
| "s"
| "t"
| "u"
| "v"
| "w"
| "x"
| "y"
| "z"