JSPM

  • Created
  • Published
  • Downloads 201
  • Score
    100M100P100Q85609F
  • License Apache-2.0

Functional programming library for Javascript

Package Exports

  • funfix

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (funfix) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Funfix

Travis Coverage Status

Funfix is a library of data types for functional and asynchronous programming in Javascript.

Inspired by Scala, Cats and Monix.

Usage

npm install --save funfix

See API Docs.

Projects for usage in combination with Funfix:

  • Immutable.js: a library exposing immutable collections, by Facebook
  • JSVerify: property based testing