UNPKG

@fifteen/design-system-vue

Version:

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

12 lines (11 loc) 240 B
const t = { lastWeek: "'të' eeee 'e shkuar në' p", yesterday: "'dje në' p", today: "'sot në' p", tomorrow: "'nesër në' p", nextWeek: "eeee 'at' p", other: "P" }, r = (e, o, a, n) => t[e]; export { r as formatRelative };