UNPKG

@fifteen/design-system-vue

Version:

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

12 lines (11 loc) 248 B
const t = { lastWeek: "'sidste' eeee 'kl.' p", yesterday: "'i går kl.' p", today: "'i dag kl.' p", tomorrow: "'i morgen kl.' p", nextWeek: "'på' eeee 'kl.' p", other: "P" }, r = (e, o, a, l) => t[e]; export { r as formatRelative };