/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

hop.ie
| | blog.scottnonnenberg.com
1.2 parsecs away

Travel
| | So you're a Javascript developer, and you want to stop writing Javascript. Typescript seems like a good option, but you've always used dynamically-typed languages. You're uncertain about jumping in...
| | microsoft.github.io
1.9 parsecs away

Travel
| | [AI summary] This article provides a comprehensive overview of TypeScript's type system, including function types, generics, and constraints. It discusses how to describe functions, use generics to relate input and output types, and apply constraints to limit type parameters. The text also covers function type expressions, call signatures, and the importance of proper type annotations in ensuring type safety and avoiding runtime errors. Key concepts include function types, generics, constraints, and their applications in real-world scenarios such as handling arrays and objects with specific properties.
| | effectivetypescript.com
2.0 parsecs away

Travel
| | Effective TypeScript: The Golden Rule of Generics
| | www.tsmean.com
15.6 parsecs away

Travel
| Looking for how to write a typescript library in 2017 and publish it to npm? Look no further, here is a simple yet comprehensive tutorial!