UNPKG

laif-ds

Version:

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

15 lines (14 loc) 297 B
"use client"; import { normalizeDates as n } from "./_lib/normalizeDates.js"; function g(r, l, e) { const [t, a] = n( e == null ? void 0 : e.in, r, l ); return t.getFullYear() === a.getFullYear() && t.getMonth() === a.getMonth(); } export { g as default, g as isSameMonth };