UNPKG

iterparse

Version:
10 lines 719 B
export { bufferRead, bufferWrite, BufferReadOptions, BufferWriteOptions } from './buffer'; export { csvRead, csvWrite, CSVReadOptions, CSVWriteOptions } from './csv'; export { jsonRead, jsonWrite, JSONReadOptions, JSONWriteOptions, } from './json'; export { xmlRead, xmlWrite, XMLReadOptions, XMLWriteOptions } from './xml'; export { download, DownloadOptions } from './download'; export { cacheIter, CacheIterOptions } from './cache'; export { fileGroupBy, FileGroupByOptions } from './fileGroupBy'; export { AnyIterable, AnyIterableValueOf } from './types'; export { TrailingGroupByArgs, TrailingMapArgs, onDone, onProgress, trailingGroupBy, trailingMap } from './iteratorHelpers'; //# sourceMappingURL=index.d.ts.map