@hazae41/result
Advanced tools
Comparing version 1.1.13 to 1.1.14
@@ -77,3 +77,3 @@ import { None, Some } from '@hazae41/option'; | ||
*/ | ||
get(this: never): void; | ||
get(this: never): never; | ||
/** | ||
@@ -80,0 +80,0 @@ * Compile-time safely get Err's inner type |
@@ -76,3 +76,3 @@ import { Some, None } from '@hazae41/option'; | ||
*/ | ||
getErr(this: never): void; | ||
getErr(this: never): never; | ||
/** | ||
@@ -79,0 +79,0 @@ * Transform `Result<T, E>` into `Option<T>` |
{ | ||
"type": "module", | ||
"name": "@hazae41/result", | ||
"version": "1.1.13", | ||
"version": "1.1.14", | ||
"description": "Rust-like Result for TypeScript", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/hazae41/result", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
215777