UNPKG

125 BJavaScriptView Raw
1export function maybe(thunk) {
2 try {
3 return thunk();
4 }
5 catch (_a) { }
6}
7//# sourceMappingURL=maybe.js.map
\No newline at end of file