UNPKG

@fifteen/design-system-vue

Version:

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

12 lines (11 loc) 224 B
const a = { lastWeek: "eeee 'passat a' p", yesterday: "'ièr a' p", today: "'uèi a' p", tomorrow: "'deman a' p", nextWeek: "eeee 'a' p", other: "P" }, r = (e, t, o, p) => a[e]; export { r as formatRelative };