Check if given is CronEvery.
CronEvery
isCronEvery("*"); // trueisCronEvery("INVALID"); // false
Returns true if is CronEvery, false otherwise.
true
false
Value to check.
Check if given is
CronEvery
.Example
Returns
Returns
true
if isCronEvery
,false
otherwise.