UNPKG

@fifteen/design-system-vue

Version:

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

12 lines (11 loc) 376 B
const t = { lastWeek: "'கடந்த' eeee p 'மணிக்கு'", yesterday: "'நேற்று ' p 'மணிக்கு'", today: "'இன்று ' p 'மணிக்கு'", tomorrow: "'நாளை ' p 'மணிக்கு'", nextWeek: "eeee p 'மணிக்கு'", other: "P" }, r = (e, o, a, p) => t[e]; export { r as formatRelative };