@mls-digital/pokeball
v1.0.0
Published
Async try/catch helper
Downloads
23
Maintainers
Keywords
Readme
Pokeball
Gotta catch em all!
Usage
const pokeball = require('@mls-digital/pokeball')
const toJSON = pokeball(JSON.parse)
const [err, json] = await toJSON('null')