UNPKG

@area2-ai/a2-node-keystroke-package

Version:

## Description

4 lines (3 loc) 195 B
export declare const getKeyCode: (character: string) => number; export declare const getKeyArea: (character: string) => number; export declare const getKeyType: (character: string) => string;