@washanhanzi/result-enum
v2.0.3
Published
rust like Result
Downloads
5
Readme
result-enum
Copy from https://github.com/OliverBrotchie/optionals
import { async } from '@washanhanzi/result-enum'
const results = await async(asyncFn)
if (result.isErr()){
throw result.unwrapErr()
}
result.unwrap()