Skip to content

washanhanzi/result-enum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

result-enum

Copy from https://github.com/OliverBrotchie/optionals

This package contain ts code only.

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