Skip to main content
Module

std/node/_readline.d.ts>Key

Deno standard library
Go to Latest
interface Key
import { type Key } from "https://deno.land/std@0.166.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