Comparing version
@@ -129,3 +129,3 @@ type ArrayInput = any; | ||
*/ | ||
groupBy<K extends keyof T>(key: K): Record<Extract<T[K], string>, T[]>; | ||
groupBy<K extends keyof T>(key: K): Record<string, T[]>; | ||
/** | ||
@@ -132,0 +132,0 @@ * Checks if the collection is empty. |
{ | ||
"name": "hpr", | ||
"description": "A collection of utility functions to manipulate values and data.", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "util", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
349096
-0.03%