MCPcopy Create free account
hub / github.com/DHTMLX/scheduler / isNumber

Function isNumber

codebase/sources/dhtmlxscheduler.js:15710–15712  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

15708 return value !== null && value !== void 0;
15709 };
15710 var isNumber = function(value) {
15711 return typeof value === "number";
15712 };
15713 var isWeekdayStr = function(value) {
15714 return typeof value === "string" && ALL_WEEKDAYS.includes(value);
15715 };

Callers 3

dhtmlxscheduler.jsFile · 0.70
parseOptionsFunction · 0.70
optionsToStringFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected