{"version":3,"file":"rotate-weekdays-names.cjs","names":[],"sources":["../../../src/Heatmap/rotate-weekdays-names/rotate-weekdays-names.ts"],"sourcesContent":["export function rotateWeekdaysNames(weekdayNames: string[], firstDayOfWeek: number) {\n  const rotated = [...weekdayNames];\n  for (let i = 0; i < firstDayOfWeek; i += 1) {\n    rotated.push(rotated.shift() as string);\n  }\n\n  return rotated;\n}\n"],"mappings":";;AAAA,SAAgB,oBAAoB,cAAwB,gBAAwB;CAClF,MAAM,UAAU,CAAC,GAAG,aAAa;AACjC,MAAK,IAAI,IAAI,GAAG,IAAI,gBAAgB,KAAK,EACvC,SAAQ,KAAK,QAAQ,OAAO,CAAW;AAGzC,QAAO"}