Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shekhei/unnull
https://github.com/shekhei/unnull
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/shekhei/unnull
- Owner: shekhei
- License: mit
- Created: 2019-07-12T14:57:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T12:17:40.000Z (over 1 year ago)
- Last Synced: 2024-10-31T13:02:16.462Z (15 days ago)
- Language: TypeScript
- Size: 211 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.