Skip to content

Commit bd3bbdd

Browse files
committed
throws error directly instead of wrapping the encapsulated error when calling getOrThrow
1 parent 7fdfcad commit bd3bbdd

File tree

4 files changed

+2073
-10
lines changed

4 files changed

+2073
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": false,
33
"name": "typescript-result",
4-
"version": "2.1.1",
4+
"version": "3.0.0",
55
"description": "A Result type inspired by Rust and Kotlin that leverages TypeScript's powerful type system to simplify error handling and make your code more readable and maintainable.",
66
"keywords": [
77
"result",

0 commit comments

Comments
 (0)