Thanks to @dkirchhof #19 this package now supports setting multiple days, hours and minutes 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.