Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/alloy_folk/deps.ts>Prompt.GenericInput#handleEvent

An application installer for restriced macOS
Go to Latest
method Prompt.GenericInput.prototype.handleEvent
Re-export
import { Prompt } from "https://deno.land/x/alloy_folk@v1.1.1/deps.ts";
const { GenericInput } = Prompt;

Handle user input event.

Parameters

event: KeyCode

Key event.

Returns

Promise<void>