0.4.0 • Published 8 years ago

shirt v0.4.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

Shirt

Build Status shirt on NPM

👕 Put a shirt on that data! Simple algebraic data types with zero dependencies

Install

$ npm install --save shirt

Usage

import { Maybe, Either, IO, Validation } from 'shirt';

// TODO: examples...

You also have access to helper functions that might eliminate the need for another library:

import { compose, curry, curryN } from 'shirt';

// TODO: examples...

API

Maybe

Either

IO

Validation

License

MIT © Ian Sinnott

0.4.0

8 years ago

0.3.0

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago