Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shekhei/unnull


https://github.com/shekhei/unnull

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# Unnull [![Build Status](https://travis-ci.org/shekhei/unnull.svg?branch=master)](https://travis-ci.org/shekhei/unnull)

This library takes a value, and seperates the null and undefined into `None` and the rest into `Some`. It works like many javascript `Maybe` libraries, originally it was named `Maybi`, but after some careful thought, I decided to call it "Unnull" and rewrote some of the functionalities.

"None" does not run maps.

And no, it is not a monad.