MCPcopy 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

toArrayFunction · 0.70
getTransformFunction · 0.70
getSourceCanvasFunction · 0.70
cropper.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected