TypeScript

Writing Declaration Files for @types

A while back we talked about how TypeScript 2.0 made it easier to grab declaration files for your favorite library. Declaration files, if you're not familiar, are just files that describe the shape of an existing JavaScript codebase to TypeScript. By using declaration files (also called files), you can avoid misusing libraries and get ...

Announcing TypeScript 2.1

We spread ourselves thin, but this is the moment you've been awaiting - TypeScript 2.1 is here! For those who are unfamiliar, TypeScript is a language that brings you all the new features of JavaScript, along with optional static types. This gives you an editing experience that can't be beat, along with stronger checks against typos and ...
Comments are closed.0 0