feat: add groupByKey utility

This commit is contained in:
Ilia Mashkov
2026-04-24 09:18:18 +03:00
parent d89dc2ee70
commit fce4672218
3 changed files with 74 additions and 0 deletions
+1
View File
@@ -2,3 +2,4 @@ export type { ClassValue } from 'clsx';
export { cn } from './cn';
export * from './fonts';
export * from './formatDate';
export { groupByKey } from './groupByKey';