UNPKG

apache-arrow

Version:
4 lines (3 loc) 217 B
import { ReadableDOMStreamOptions } from '../../io/interfaces.js'; /** @ignore */ export declare function toDOMStream<T>(source: Iterable<T> | AsyncIterable<T>, options?: ReadableDOMStreamOptions): ReadableStream<T>;