UNPKG

@fifteen/design-system-vue

Version:

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

12 lines (11 loc) 258 B
const t = { lastWeek: "eeee 'گذشته در' p", yesterday: "'دیروز در' p", today: "'امروز در' p", tomorrow: "'فردا در' p", nextWeek: "eeee 'در' p", other: "P" }, r = (e, o, a, p) => t[e]; export { r as formatRelative };