UNPKG

@fifteen/design-system-vue

Version:

Vue 3 (Composition API + Typescript) implementation of the Fifteen Design System

10 lines (9 loc) 176 B
import { startOfWeek as e } from "./startOfWeek.js"; function o(a, r, t) { const f = e(a, t), k = e(r, t); return +f == +k; } export { o as default, o as isSameWeek };