Skip to content

kylecorbelli/typescript-fp

Repository files navigation

TypeScript FP

CircleCI codecov

What is This?

This is a type-safe collection of functional programming utilities and types. It is heavily inspired by Elm and Haskell.

Installation

From the command line:

$ npm install --save typescript-fp

In your TypeScript files:

import { Dict, Maybe } from 'typescript-fp'

About

Functional Programming Utilities and Types. Inspired by Elm and Haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published