UNPKG

@fifteen/design-system-vue

Version:

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

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