UNPKG

@melt-ui/svelte

Version:
7 lines (6 loc) 124 B
/** * @module dateTypes */ // Days of the week, starting with Sunday const daysOfWeek = [0, 1, 2, 3, 4, 5, 6]; export {};