UNPKG

@fifteen/design-system-vue

Version:

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

12 lines (11 loc) 264 B
const e = { lastWeek: "eeee 'lepas pada jam' p", yesterday: "'Semalam pada jam' p", today: "'Hari ini pada jam' p", tomorrow: "'Esok pada jam' p", nextWeek: "eeee 'pada jam' p", other: "P" }, m = (a, t, o, p) => e[a]; export { m as formatRelative };