UNPKG

ag-grid-community

Version:

Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue

9 lines (8 loc) 235 B
export declare const compressBlob: (data: Blob) => Promise<{ size: number; content: Blob; }>; export declare const deflateLocalFile: (rawContent: string | Uint8Array) => Promise<{ size: number; content: Uint8Array; }>;