Sha256: 730009d668e5b6906dd5b552f5d89904b8ec36f314a2f3fa8367607d28d2abed
Contents?: true
Size: 467 Bytes
Versions: 84
Compression:
Stored size: 467 Bytes
Contents
export type KeypressEvent = { name: string; ctrl: boolean; }; export declare const isUpKey: (key: KeypressEvent) => boolean; export declare const isDownKey: (key: KeypressEvent) => boolean; export declare const isSpaceKey: (key: KeypressEvent) => boolean; export declare const isBackspaceKey: (key: KeypressEvent) => boolean; export declare const isNumberKey: (key: KeypressEvent) => boolean; export declare const isEnterKey: (key: KeypressEvent) => boolean;
Version data entries
84 entries across 29 versions & 2 rubygems