UNPKG

return-style

Version:

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

9 lines 176 B
export async function getResultAsync(fn) { try { return await fn(); } catch { return undefined; } } //# sourceMappingURL=get-result-async.js.map