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

10 lines 291 B
/** * Get the URL to the WASM file * Returns a path relative to the consuming application */ export declare function getWasmUrl(): string; /** * Fetch and return the WASM binary */ export declare function fetchWasmBinary(): Promise<ArrayBuffer>; //# sourceMappingURL=wasmAssets.d.ts.map