@iml/maybe

3.1.0 • Public • Published

Maybe

Build Status

Maybe is a datatype that represents a value that may or may not be there. It is useful to explicitly model where a possible null type may occur. Once we wrap a value in Maybe, all future computations will be skipped if they are null (or undefined).

Readme

Keywords

none

Package Sidebar

Install

npm i @iml/maybe

Weekly Downloads

1

Version

3.1.0

License

MIT

Last publish

Collaborators

  • iml-team
  • johnsonw
  • manager-for-lustre
  • jgrund