Gretchen: Making Fetch Happen in TypeScript

Creating a simple, flexible, and resilient fetch implementation in TypeScript. Read more

Similar

Self-Modifying Type Predicates in TypeScript

Typescript’s type system is uniquely powerful among mainstream programming languages, approximating the expressive power of Haskell or Idris, while also remaining flexible enough for production applications. Type predicates are a useful tool in building a... (more…)

Read more »

TypeScript 4.7 Beta

Today we are excited to announce the beta release of TypeScript 4.7! To get started using the beta, you can use npm with the following command: npm install typescript@beta You can also get editor support by Downloading for Visual Studio 2022/2019 Followi... (more…)

Read more »