Skip to main content
Posts tagged with

typescript

TypeScript classes are a superset of JavaScript classes. This post covers the fundamentals of type annotations in TypeScript Classes and their associated quirks.
We'll explore four main types of TypeScript Decorators with examples from a class that resembles those in typical class based TypeScript libraries.