UNPKG

@authlocal/authlocal

Version:

User-sovereign Logins For All

9 lines 159 B
export async function nullcatch(fn) { try { return await fn(); } catch { return null; } } //# sourceMappingURL=nullcatch.js.map