UNPKG
combi
Version:
latest (1.1.5)
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
A tiny keyboard shortcut handling library
github.com/krismuniz/combi
krismuniz/combi
combi
/
combi.d.ts
3 lines
(2 loc)
•
175 B
TypeScript
View Raw
1
2
3
export
declare
type
Callback
=
(
shortcut
:
string
,
event
:
KeyboardEvent
) =>
void
;
export
default
function
(
cb
:
Callback
,
preventDefault
?:
boolean
):
(
e
:
KeyboardEvent
) =>
void
;