This is a type-safe collection of functional programming utilities and types. It is heavily inspired by Elm and Haskell.
From the command line:
$ npm install --save typescript-fp
In your TypeScript files:
import { Dict, Maybe } from 'typescript-fp'