Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 794 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 794 Bytes

tiny-either

A lightweight Either monad.

Docs

Badges

Add badges from somewhere like: shields.io

MIT License GPLv3 License AGPL License Minzipped Size

Installation

  npm install tiny-either

Usage

import * as E from 'tiny-either';

More info coming