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

8 lines 432 B
export { PivotEngine } from './engine/pivotEngine'; export * from './types/interfaces'; export { FieldService } from './engine/fieldService'; export { ConnectService } from './engine/connectService'; export { PerformanceConfig } from './engine/PerformanceConfig'; export { VirtualScrollManager } from './engine/VirtualScrollManager'; export { WasmLoader, getWasmLoader } from './wasm/WasmLoader'; //# sourceMappingURL=index.d.ts.map