An open API service indexing awesome lists of open source software.

https://github.com/lostintime/fp-to-the-max

Code sources for my blog post on generic functional programming with TypeScript
https://github.com/lostintime/fp-to-the-max

Last synced: over 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

Generic Functional Programming with TypeScript
==============================================

This repo contains code sources on for my blog post on [generic functional programming with TypeScript](https://lostintimedev.com/2019/02/24/generic-functional-programming-with-typescript.html).

## 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](https://github.com/lostintime/fp-to-the-max/issues).