typewriter
typewriter copied to clipboard
Fix class functions and improve typing
Change list
- Now returning the whole client instance instead of spreading it because the functions from the class instance don't work with the spread operator (e.g.
client.screen()would complain that it doesn't exist). - Added explicit return types for the
useAnalyticshook because it would always be interpreted as{}when used otherwise - Updated the snapshot