2.0.0 • Published 3 years ago
zuwarten v2.0.0
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