/* ------------------------------------------------------ Cron and time / day functions ------------------------------------------------------ */ export const DAY_MAPPING = { 0: 'su', 1: 'm', 2: 't', 3: 'w', 4: 'th', 5: 'f', 6: 's', };