@sweet-monads/either
Advanced tools
Comparing version
import { Monad } from "@sweet-monads/interfaces"; | ||
declare enum EitherType { | ||
@@ -4,0 +3,0 @@ Left = "Left", |
const EitherType = { | ||
Left: "Left", | ||
Right: "Right", | ||
Right: "Right" | ||
}; | ||
@@ -5,0 +5,0 @@ export class Either { |
{ | ||
"name": "@sweet-monads/either", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Either monad", | ||
@@ -8,2 +8,7 @@ "main": "index.js", | ||
"scripts": {}, | ||
"homepage": "https://github.com/JSMonk/sweet-monads/tree/master/either", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/JSMonk/sweet-monads/tree/master/either" | ||
}, | ||
"dependencies": { | ||
@@ -10,0 +15,0 @@ "@sweet-monads/interfaces": "^1.0.0" |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
12199
1.55%0
-100%0
-100%