UNPKG

@fifteen/design-system-vue

Version:

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

12 lines (11 loc) 291 B
const t = { lastWeek: "eeee 'إلي فات مع' p", yesterday: "'البارح مع' p", today: "'اليوم مع' p", tomorrow: "'غدوة مع' p", nextWeek: "eeee 'الجمعة الجاية مع' p 'نهار'", other: "P" }, o = (e) => t[e]; export { o as formatRelative };