Skip to content
/ fp-ts Public
forked from gcanti/fp-ts

Functional programming in TypeScript / Flowtype

License

Notifications You must be signed in to change notification settings

pigoz/fp-ts

 
 

Repository files navigation

build status dependency status npm downloads

Inspired by

Installation

To install the stable version:

npm install --save fp-ts

TypeScript compatibility

The stable version is tested against TypeScript 2.6.x, but should run with TypeScript 2.2.2+ too

Flowtype compatibility

The shadow files are tested against 0.59.0

Technical overview

The idea (faking higher kinded types in TypeScript) is based on

Ecosystem

  • io-ts - TypeScript compatible runtime type system for IO validation
  • monocle-ts - Functional optics: a (partial) porting of scala monocle to TypeScript
  • newtype-ts - Implementation of newtypes in TypeScript
  • logging-ts - Composable loggers for TypeScript
  • fp-ts-routing - A type-safe bidirectional routing library for TypeScript
  • parser-ts - String parser combinators for TypeScript

Bindings

Documentation (TypeScript)

License

The MIT License (MIT)

About

Functional programming in TypeScript / Flowtype

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.3%
  • JavaScript 1.7%