@dankreiger/groop
Advanced tools
Comparing version 0.1.29 to 0.1.30
import type { EntityDict, ObjectKey } from '../../typings'; | ||
export declare function createGroup<K extends ObjectKey>(key: K): <T extends Record<K, T[K]>>(items: T[]) => EntityDict<T, T[K]>; | ||
export { type EntityDict }; |
{ | ||
"name": "@dankreiger/groop", | ||
"version": "0.1.29", | ||
"version": "0.1.30", | ||
"description": "Normalize an array of objects by a property.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/dankreiger/groop#readme", |
@@ -11,1 +11,3 @@ import type { EntityDict, ObjectKey } from '../../typings'; | ||
} | ||
export { type EntityDict }; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13738
283