Parses a string into a CronLastValue.
CronLastValue
parseStringLastValue("5L"); // { last: 5 }parseStringLastValue("INVALID"); // undefined
A CronLastValue or undefined if invalid.
undefined
string to be parsed.
Parses a string into a
CronLastValue
.Example
Returns
A
CronLastValue
orundefined
if invalid.