lostintime / fp-to-the-max

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

Home Page:https://lostintimedev.com/2019/02/24/generic-functional-programming-with-typescript.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://lostintimedev.com/2019/02/24/generic-functional-programming-with-typescript.html


Languages

Language:TypeScript 100.0%