UNPKG

@dxtmisha/functional-basic

Version:

Core functional utility library for modern web development without framework dependencies

8 lines (7 loc) 214 B
/** * Returns the pressed key. * * Возвращает нажатую клавишу. * @param event event object/ объект события */ export declare function getKey(event: KeyboardEvent): string;