UNPKG

cli-legend

Version:

"A fun command-line rogurelike dungeon game"

4 lines (3 loc) 232 B
import { type InquirerReadline } from '@inquirer/type'; import { type KeypressEvent } from './key.js'; export declare function useKeypress(userHandler: (event: KeypressEvent, rl: InquirerReadline) => void | Promise<void>): void;