UNPKG

datapilot-cli

Version:

Enterprise-grade streaming multi-format data analysis with comprehensive statistical insights and intelligent relationship detection - supports CSV, JSON, Excel, TSV, Parquet - memory-efficient, cross-platform

13 lines 389 B
/** * @import {AsyncBuffer} from '../src/types.js' */ /** * Construct an AsyncBuffer for a local file using node fs package. * * @param {string} filename * @returns {Promise<AsyncBuffer>} */ export function asyncBufferFromFile(filename: string): Promise<AsyncBuffer>; export * from "./index.js"; import type { AsyncBuffer } from '../src/types.js'; //# sourceMappingURL=node.d.ts.map