Sourced from cron-time-generator's releases.
New feature and more tests.
Thanks to
@​dkirchhof
#19 this package now supports setting multipledays
,hours
andminutes
using an array.e.g
CronTime.everyHourAt([10, 20, 30]) // will return 10,20,30 * * * *
This led me to write more tests to make sure every function works as expected. See
test.ts
for more usage examples.