UNPKG

return-style

Version:

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

10 lines 163 B
export function isFailure(fn) { try { fn(); return false; } catch { return true; } } //# sourceMappingURL=is-failure.js.map