UNPKG

@authduo/authduo

Version:

Free User-sovereign Authentication for the World

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