Skip to content

washanhanzi/result-enum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published