0.0.5 • Published 8 months ago
@tscommon/option v0.0.5
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
.