Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/BookStack
/ isNumber
Function
isNumber
static/cropper/2.3.4/cropper.js:109–111 ·
view source on GitHub ↗
(n)
Source
from the content-addressed store, hash-verified
107
var
fromCharCode = String.fromCharCode;
108
109
function
isNumber(n) {
110
return
typeof n ===
'number'
&& !isNaN(n);
111
}
112
113
function
isUndefined(n) {
114
return
typeof n ===
'undefined'
;
Callers
4
toArray
Function · 0.70
getTransform
Function · 0.70
getSourceCanvas
Function · 0.70
cropper.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected