UNPKG

return-style

Version:

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

10 lines 187 B
import { pass } from '@blackglory/prelude'; export function getResult(fn) { try { return fn(); } catch { pass(); } } //# sourceMappingURL=get-result.js.map