UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

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