Check if given is CronList.
CronList
isCronList(["value", "value", "value"]); // true
Returns true if is CronList, false otherwise.
true
false
Value to check.
Check if given is
CronList
.Example
Returns
Returns
true
if isCronList
,false
otherwise.