UNPKG

@keybindy/core

Version:

A lightweight and framework-agnostic keyboard shortcut manager for web apps. Define, register, and handle keybindings with ease.

3 lines (2 loc) 104 B
import type { Keys } from '../types'; export declare function expandAliases(binding: Keys[]): Keys[][];