We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd3ab0f commit 5112f7eCopy full SHA for 5112f7e
README.md
@@ -13,7 +13,7 @@
13
14
> **unwrap-go** features intro:
15
16
-- **Go-Style Error Handling** – Uses tuple returns ([data, error]) similar to Go's approach, making error handling more explicit and predictable
+- **Go-Style Error Handling** – Uses tuple returns (`[data, error]`) similar to Go's approach, making error handling more explicit and predictable
17
- **Promise Support** – Built-in support for handling asynchronous operations with the same elegant syntax
18
- **Type Safety** – Full TypeScript support with generic types for both success and error cases
19
- **Zero Dependencies** – Lightweight implementation with no external dependencies
0 commit comments