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

Function isPresent

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

Source from the content-addressed store, hash-verified

15701 return Weekday2;
15702}();
15703var isPresent = function(value) {
15704 return value !== null && value !== void 0;
15705};
15706var isNumber = function(value) {
15707 return typeof value === "number";
15708};

Callers 7

emptyFunction · 0.70
ToText2Function · 0.70
parseOptionsFunction · 0.70
optionsToStringFunction · 0.70
buildPoslistFunction · 0.70
iterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected