Skip to content

Instantly share code, notes, and snippets.

@MauricioRobayo
Last active June 9, 2021 02:34
Show Gist options
  • Select an option

  • Save MauricioRobayo/ddaad844d734d9c0e2715ed2fc2a576a to your computer and use it in GitHub Desktop.

Select an option

Save MauricioRobayo/ddaad844d734d9c0e2715ed2fc2a576a to your computer and use it in GitHub Desktop.
#gogofast
const sureThing = (promise) =>
promise
.then((data) => ({ ok: true, data }))
.catch((error) => ({ ok: false, error }));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment