UNPKG

laif-ds

Version:

Design System di Laif con componenti React basati su principi di Atomic Design

13 lines (12 loc) 361 B
"use client"; import { constructFrom as s } from "./constructFrom.js"; import { getISOWeekYear as a } from "./getISOWeekYear.js"; import { startOfISOWeek as f } from "./startOfISOWeek.js"; function c(t, e) { const o = a(t, e), r = s(t, 0); return r.setFullYear(o, 0, 4), r.setHours(0, 0, 0, 0), f(r); } export { c as default, c as startOfISOWeekYear };