Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

null-less

shekhei10MIT0.0.2TypeScript support: included

null, undefined, separate

null, undefined, unnull, null-less

readme

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.