UNPKG

kbind

Version:

Library for working with keybinds

3 lines (2 loc) 62 B
type Handler<T> = (value: T) => void; export default Handler;