UNPKG

@ngneat/hotkeys

Version:

A declarative library for handling hotkeys in Angular applications

4 lines (3 loc) 170 B
export type Platform = 'apple' | 'pc'; export declare function hostPlatform(): Platform; export declare function normalizeKeys(keys: string, platform: Platform): string;