func-yeah

0.0.2 • Public • Published

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';
Name Tutorial
Container Intro
LazyContainer Intro
Either Intro, fromCondition, fromTry, fromPromise
Maybe Intro
IO Intro

Operators

Usage

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

Readme

Keywords

Package Sidebar

Install

npm i func-yeah

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

14.1 kB

Total Files

20

Last publish

Collaborators

  • ryansukale