UNPKG

@fifteen/design-system-vue

Version:

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

12 lines (11 loc) 230 B
const t = { lastWeek: "先週のeeeeのp", yesterday: "昨日のp", today: "今日のp", tomorrow: "明日のp", nextWeek: "翌週のeeeeのp", other: "P" }, p = (e, o, a, r) => t[e]; export { p as formatRelative };