@sweet-monads/maybe
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -36,3 +36,3 @@ import { Monad } from "@sweet-monads/interfaces/monad"; | ||
constructor(type: MaybeState.Just, v: T); | ||
constructor(private state: MaybeState, private value?: T) {} | ||
constructor(private state: MaybeState, public readonly value?: T) {} | ||
@@ -39,0 +39,0 @@ isNone() { |
{ | ||
"name": "@sweet-monads/maybe", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3078