UNPKG

@inkline/inkline

Version:

Inkline is the Vue.js UI/UX Library built for creating your next design system

9 lines (8 loc) 188 B
/** * Verify if the given event is mapped to a specific key * * @param key * @param e * @returns {boolean} */ export declare const isKey: (key: string, e: KeyboardEvent) => boolean;