typestar

Async & modules

8 steps in 4 sets of TypeScript.

Eight steps on the boundary. Typing promises and async functions, typed event emitters, then modules and declaration files.

Short and pointed. The declaration files set is the one to pay attention to, because it is how you type a dependency that shipped without types.

Start this tour

Async types

Typed events

Modules & declarations

Encore

  • task-queue.tsA typed task queue running jobs with bounded concurrency.

The other TypeScript tours