Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Phlow/feeling-responsive
/ isNumber
Function
isNumber
assets/js/javascript.js:548–550 ·
view source on GitHub ↗
(o)
Source
from the content-addressed store, hash-verified
546
ii = opts_arr.length;
547
548
function
isNumber (o) {
549
return
! isNaN (o-0) && o !== null && o !==
''
&& o !== false && o !== true;
550
}
551
552
function
trim (str) {
553
if
(typeof str ===
'string'
)
return
$.trim(str);
Callers
1
javascript.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected