This repository contains x—amples and x—ercises for the three—part program "The Hell Is Typescript".
npm i
npm run ts <file>
Examples and explorations of TypeScript basics.
Example demonstrating imports and module declarations.
Utility file to help demonstrate module declarations, importing non TS modules.
Solution to the empty map
function under Generics in src.index.ts
.
Exercises simulating simple, real—world use cases of TypeScript.
JSON file simulating database data.
For reference when severely lost.
✸ TypeFest
✸ Object-Oriented vs Functional Typescript
✸ Functional Programming in TypeScript
✸ Final and Frozen Class Decorators
✸ Get Started With Typescript Decorators
✸ TS Config Options in Plain English
✸ Type Systems: Structural vs. Nominal typing explained