uter
v0.0.1
Published
A javascript which takes a functional approach to journeying with data through an application
Downloads
13
Readme
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.