UNPKG

focus-lock

Version:
9 lines (8 loc) 123 B
export const safeProbe = (cb) => { try { return cb(); } catch (e) { return undefined; } };