UNPKG

@fifteen/design-system-vue

Version:

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

12 lines (11 loc) 304 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 };