UNPKG

return-style

Version:

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

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