@hazae41/option
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -49,3 +49,3 @@ import { Err } from '@hazae41/result'; | ||
*/ | ||
get(): never; | ||
get(this: never): never; | ||
/** | ||
@@ -55,3 +55,3 @@ * Get the inner value or throw an error | ||
*/ | ||
getOrThrow(): void; | ||
getOrThrow(): never; | ||
/** | ||
@@ -58,0 +58,0 @@ * Get the inner value or `null` |
{ | ||
"type": "module", | ||
"name": "@hazae41/option", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Rust-like Option for TypeScript", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/hazae41/option", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
118045