1 line
99 B
TypeScript
1 line
99 B
TypeScript
export declare function isKeyboardEvent(event: Event | undefined | null): event is KeyboardEvent;
|