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

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.
Typescript or Flow?
Funfix supports both Typescript and Flow.
Recommended Companions
Projects for usage in combination with Funfix:
- Immutable.js: a library exposing immutable collections, by Facebook
- JSVerify: property based testing