UNPKG

223 BTypeScriptView Raw
1import type { CalendarMonth, CalendarWeek } from "../classes/index.js";
2/** Returns an array of calendar weeks from an array of calendar months. */
3export declare function getWeeks(months: CalendarMonth[]): CalendarWeek[];