UNPKG

@fifteen/design-system-vue

Version:

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

13 lines (12 loc) 262 B
const a = { lastWeek: "'mu dheireadh' eeee 'aig' p", //FIX yesterday: "'an-dè aig' p", today: "'an-diugh aig' p", tomorrow: "'a-màireach aig' p", nextWeek: "eeee 'aig' p", other: "P" }, r = (e, t, o, i) => a[e]; export { r as formatRelative };