Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 440 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 440 Bytes

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.