We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee869c commit 4fb36b9Copy full SHA for 4fb36b9
src/lib/index.ts
@@ -4,4 +4,4 @@ export * from './sources/index.js'
4
export { parquetDataFrame } from './tableProvider.js'
5
export { asyncBufferFrom, cn, contentTypes, formatFileSize, getFileDate, getFileDateShort, imageTypes, parseFileSize } from './utils.js'
6
export { parquetQueryWorker } from './workers/parquetWorkerClient.js'
7
-export type { AsyncBufferFrom, Row } from './workers/types.js'
+export type { AsyncBufferFrom, Cells } from './workers/types.js'
0 commit comments