UNPKG

@keybindy/core

Version:

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

9 lines (7 loc) 165 B
const log = (...args) => { console.log('[Keybindy]', ...args); }; const warn = (...args) => { console.warn('[Keybindy]', ...args); }; export { log, warn };