/fp-to-the-max

Code sources for my blog post on generic functional programming with TypeScript

Primary LanguageTypeScript

Generic Functional Programming with TypeScript

This repo contains code sources on for my blog post on generic functional programming with TypeScript.

Installation

git clone https://github.com/lostintime/fp-to-the-max.git
cd fp-to-the-max
npm install

Build and Play

npm run build
npm start -s

Issues

If you spot any issues with post content - please open an issue here.