UNPKG

@fifteen/design-system-vue

Version:

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

12 lines (11 loc) 244 B
const t = { lastWeek: "eeee 'trecută la' p", yesterday: "'ieri la' p", today: "'astăzi la' p", tomorrow: "'mâine la' p", nextWeek: "eeee 'viitoare la' p", other: "P" }, i = (e, a, o, r) => t[e]; export { i as formatRelative };