TypeScript Type Inference Guide
January 1, 2019 • 📚 18 min read
Type Inference is the most important feature we should master, as we progress with using TypeScript. It allows us to keep the type safety of our codebase, and declare types less. Less investment cost, same profit.