UNPKG

svelte-ux

Version:

- Increment version in `package.json` and commit as `Version bump to x.y.z` - `npm run publish`

2 lines (1 loc) 180 B
export default function <T = any>(data: T[], reduce: (items: T[]) => any, keys?: (((d: any) => any) | string | null)[], emptyKey?: string): import("d3-array").InternMap<any, any>;