Skip to main content
Module

x/cliffy/mod.ts>KeyCode

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
interface KeyCode
Re-export
import { type KeyCode } from "https://deno.land/x/cliffy@v0.25.1/mod.ts";

Properties

optional
name: string
optional
sequence: string
optional
code: string
optional
ctrl: boolean
optional
meta: boolean
optional
shift: boolean