2.0.0 • Published 3 years ago

zuwarten v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Zuwarten

  • Impossibly simple
  • Promise handler
  • Written in Typescript
import handle from "zuwarten"

const promise = fetch("https://github.com/joaquinuriel.png")
const [res, err] = await handle(promise)
if (err) return console.error(err);
// all good 
2.0.0

3 years ago

1.0.0

4 years ago