Skip to main content
Module

std/node/_readline.d.ts>Key

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface Key
import { type Key } from "https://deno.land/std@0.176.0/node/_readline.d.ts";

Properties

optional
sequence: string | undefined
optional
name: string | undefined
optional
ctrl: boolean | undefined
optional
meta: boolean | undefined
optional
shift: boolean | undefined