UNPKG

arquero

Version:

Query processing and transformation of array-backed data tables.

6 lines (5 loc) 146 B
/** * @param {string} path * @returns {'gzip' | 'deflate' | null} */ export function compressionType(path: string): "gzip" | "deflate" | null;