You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return ( typeof v === 'number' ) ? v <spanclass="branch-0 cbranch-no" title="branch not covered" >: null;</span> // note: we include this guard to prevent walking the prototype chain
215
+
return ( typeof v === 'number' ) ? v : -1; // note: we include this guard to prevent walking the prototype chain
0 commit comments