UNPKG

@sentry/core

Version:
10 lines (8 loc) 198 B
function safeUnref(timer) { if (typeof timer === "object" && typeof timer.unref === "function") { timer.unref(); } return timer; } export { safeUnref }; //# sourceMappingURL=timer.js.map