UNPKG

return-style

Version:

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

9 lines 183 B
export async function getResultPromise(promise) { try { return await promise; } catch (_a) { return; } } //# sourceMappingURL=get-result-promise.js.map