UNPKG

@fifteen/design-system-vue

Version:

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

12 lines (11 loc) 235 B
const t = { lastWeek: "'i' EEEE's kl.' p", yesterday: "'igår kl.' p", today: "'idag kl.' p", tomorrow: "'imorgon kl.' p", nextWeek: "EEEE 'kl.' p", other: "P" }, r = (e, o, a, l) => t[e]; export { r as formatRelative };