@firtoz/maybe-error 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/MaybeError.ts +0 -1
package/package.json
CHANGED
package/src/MaybeError.ts
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
*
|
|
4
4
|
* This module provides a Result-like pattern for handling operations that may fail,
|
|
5
5
|
* inspired by Rust's Result type and functional programming error handling patterns.
|
|
6
|
-
* Compatible with TypeScript 5.0+ for optimal type inference.
|
|
7
6
|
*
|
|
8
7
|
* @example
|
|
9
8
|
* ```typescript
|