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 199 B
/** * Get worker code as string for blob URL creation * Worker code is inlined to avoid bundling issues */ export declare function getWorkerCode(): string; //# sourceMappingURL=workerCode.d.ts.map