UNPKG

@mindfiredigital/pivothead

Version:

PivotHead is a powerful and flexible library for creating interactive pivot tables in JavaScript applications. It provides a core engine for data manipulation and, in the future, will be compatible with wrappers for React, Vue, Svelte, and Angular, making

3 lines 207 B
import type { AggregationType } from '../types/interfaces'; export declare function calculateAggregates<T>(items: T[], field: keyof T, type: AggregationType): number; //# sourceMappingURL=aggregator.d.ts.map