0.0.1 • Published 5 years ago

uter v0.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

uter

(probably) means "either" in Latin

Installation

npm install --save uter

What is uter?

uter is a javascript library which takes a functional approach to journeying with data through an application. Using the basic constructs of a Left wrapper or a Right wrapper, data can functionally pass through many layers of your application without having to bubble through exceptions or rejected promises.