UNPKG

return-style

Version:

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

9 lines 148 B
export function getResult(fn) { try { return fn(); } catch (_a) { return; } } //# sourceMappingURL=get-result.js.map