UNPKG

@fifteen/design-system-vue

Version:

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

12 lines (11 loc) 241 B
const a = { lastWeek: "'oldingi' eeee p 'da'", yesterday: "'kecha' p 'da'", today: "'bugun' p 'da'", tomorrow: "'ertaga' p 'da'", nextWeek: "eeee p 'da'", other: "P" }, r = (e, t, o, d) => a[e]; export { r as formatRelative };