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

Function isWeekdayStr

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

Source from the content-addressed store, hash-verified

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

Callers 1

parseOptionsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected