This repo contains code sources on for my blog post on generic functional programming with TypeScript.
git clone https://github.com/lostintime/fp-to-the-max.git
cd fp-to-the-max
npm install
npm run build
npm start -s
If you spot any issues with post content - please open an issue here.