Core exports - Types, Result<T,E>, errors, and logger Split from index.ts for file size compliance (Issue #285)
Extracts the success value from a Result.
The success value type
The error value type
The Result to unwrap
The success value
Throws an Error wrapping the error value if the Result is Err
Core exports - Types, Result<T,E>, errors, and logger Split from index.ts for file size compliance (Issue #285)