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

6 lines 270 B
import type { FieldType, DataRecord } from '../../types/interfaces'; /** * Infer field types from data sample */ export declare function inferFieldTypes(data: DataRecord[], columns: string[]): Record<string, FieldType>; //# sourceMappingURL=fieldTypeInference.d.ts.map