UNPKG

@fifteen/design-system-vue

Version:

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

12 lines (11 loc) 249 B
const t = { lastWeek: "eeee 'lalu pukul' p", yesterday: "'Kemarin pukul' p", today: "'Hari ini pukul' p", tomorrow: "'Besok pukul' p", nextWeek: "eeee 'pukul' p", other: "P" }, l = (e, a, o, p) => t[e]; export { l as formatRelative };