UNPKG

@fifteen/design-system-vue

Version:

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

12 lines (11 loc) 255 B
const t = { lastWeek: "'eelmine' eeee 'kell' p", yesterday: "'eile kell' p", today: "'täna kell' p", tomorrow: "'homme kell' p", nextWeek: "'järgmine' eeee 'kell' p", other: "P" }, r = (e, l, o, a) => t[e]; export { r as formatRelative };