UNPKG

@fifteen/design-system-vue

Version:

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

12 lines (11 loc) 254 B
const a = { lastWeek: "eeee 'pase nan lè' p", yesterday: "'yè nan lè' p", today: "'jodi a' p", tomorrow: "'demen nan lè' p'", nextWeek: "eeee 'pwochen nan lè' p", other: "P" }, p = (e, t, o, n) => a[e]; export { p as formatRelative };