UNPKG

return-style

Version:

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

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