@tscommon/option
v0.0.5
Published
Option represents an optional value: it is either some and contains a value, or none, and does not
Downloads
10
Readme
Option - API
Option represents an optional value: it is either some and contains a value, or none, and does not.
The current package aims to provide just a tiny wrapper to represent an optional value. If you require more features, consider Functional programming in TypeScript
.