UNPKG

arquero

Version:

Query processing and transformation of array-backed data tables.

8 lines (7 loc) 164 B
export function distinctMap(): { count(): number; values(): any[]; increment(v: any): void; decrement(v: any): void; forEach(fn: any): void; };