UNPKG

focus-lock

Version:
9 lines (8 loc) 127 B
export var safeProbe = function (cb) { try { return cb(); } catch (e) { return undefined; } };