Type alias Keyboard

Keyboard: {
    getState: (() => KeyboardState);
    start: (() => void);
    update: (() => void);
}

Type declaration