We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
7f87fc5
mightFail.any
mightFail.race
mightFail.all
mightFail.allSettled
/go
const [result, error] = mightFail(promise)
/tuple
const [error, result] = mightFail(promise)