exalted.future
Advanced tools
Comparing version 0.0.16 to 0.0.17
{ | ||
"name": "exalted.future", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "Exalted monadic library & functional fun, fantasy-land compliant, mostly.", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/pre63/exalted.future.git", |
@@ -77,3 +77,3 @@ ![](https://badgen.net/bundlephobia/minzip/exalted.future) | ||
.chain(cat => Future.promise(fetch(`https://api.catfacts.com/${cat}`))) | ||
.fork({ | ||
.cata({ | ||
Left: err => log('There was an error fetching the cat of the day :('), | ||
@@ -80,0 +80,0 @@ Right: facts => log('Facts for cat of the day: ' + facts) |
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