```ts const result = Event.any<any>(fromKeydown, fromKeyup,/* fromMouse */); ``` 1. Format Document I end up with ```ts const result = Event.any<any>(fromKeydown, fromKeyup); ```