@robonen/vue/UseTimeAgoUnitNameTUseTimeAgoUnitNametesteddemoThe default set of unit names recognized by `useTimeAgo`. Source Tests Demo Loading demo… View source Signaturets Copyexport type UseTimeAgoUnitName = 'second' | 'minute' | 'hour' | 'day' | 'week' | 'month' | 'year';