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

Function isWeekdayStr

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

Source from the content-addressed store, hash-verified

15711 return typeof value === "number";
15712 };
15713 var isWeekdayStr = function(value) {
15714 return typeof value === "string" && ALL_WEEKDAYS.includes(value);
15715 };
15716 var isArray = Array.isArray;
15717 var range = function(start, end) {
15718 if (end === void 0) {

Callers 1

parseOptionsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected