Skip to main content
Module

x/tui/src/key_reader/types.ts>Key

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

Type defining keys that key_reader.ts can distinguish

definition:
| `${Range<0, 10>}`
| `f${Range<1, 12>}`