RT Matt Bierner
Today's @code tip: Infer function return type
Use this refactoring to quickly add explicit type annotations to functions/methods in #typescript
Useful if you want to make your code more explicit or need to modify the return type
#code2020