01JS↗Cron-like Job SchedulerSchedule tasks using cron-like syntaxclass CronScheduler { constructor() { this.jobs = new Map(); this.timers = new Map();#scheduler#cronhard