Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kylecorbelli/typescript-fp

Functional Programming Utilities and Types. Inspired by Elm and Haskell
https://github.com/kylecorbelli/typescript-fp

Last synced: about 1 month ago
JSON representation

Functional Programming Utilities and Types. Inspired by Elm and Haskell

Awesome Lists containing this project

README

        

# TypeScript FP

[![CircleCI](https://circleci.com/gh/kylecorbelli/typescript-fp.svg?style=shield)](https://circleci.com/gh/kylecorbelli/typescript-fp) [![codecov](https://codecov.io/gh/kylecorbelli/typescript-fp/branch/master/graph/badge.svg)](https://codecov.io/gh/kylecorbelli/typescript-fp)

## 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:
```TypeScript
import { Dict, Maybe } from 'typescript-fp'
```