UNPKG

return-style

Version:

Non-intrusively convert the result of any function or promise to the user's desired style.

9 lines 167 B
export async function getErrorAsync(fn) { try { await fn(); } catch (err) { return err; } } //# sourceMappingURL=get-error-async.js.map