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

Function isNumber

codebase/sources/dhtmlxscheduler.es.js:15706–15708  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

15704 return value !== null && value !== void 0;
15705};
15706var isNumber = function(value) {
15707 return typeof value === "number";
15708};
15709var isWeekdayStr = function(value) {
15710 return typeof value === "string" && ALL_WEEKDAYS.includes(value);
15711};

Callers 3

parseOptionsFunction · 0.70
optionsToStringFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected