0.0.2 • Published 4 years ago

func-yeah v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

func-yeah

Bare bones implementation of javascript functional utilties. These will cover most of your use cases, or if you're just playing around. If you're looking for more comprehensive implementation, look at Folktale or Fantasy-Land.

This library was built as part of my youtube tutorial series on functional programming. http://bit.ly/functional-programming-concepts

yarn add func-yeah

Available Types

Usage

import Either from 'func-yeah/dist/Either';
NameTutorial
ContainerIntro
LazyContainerIntro
EitherIntro, fromCondition, fromTry, fromPromise
MaybeIntro
IOIntro

Operators

Usage

import map from 'func-yeah/dist/operators/map';
  • map
  • join
  • chain