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: "'síðasta' dddd 'kl.' p", yesterday: "'í gær kl.' p", today: "'í dag kl.' p", tomorrow: "'á morgun kl.' p", nextWeek: "dddd 'kl.' p", other: "P" }, l = (e, a, o, d) => t[e]; export { l as formatRelative };