Spaces:
Sleeping
Sleeping
| /// <reference types="node" /> | |
| import { Readable } from 'stream'; | |
| /** @ignore */ | |
| declare type ReadableOptions = import('stream').ReadableOptions; | |
| /** @ignore */ | |
| export declare function toNodeStream<T>(source: Iterable<T> | AsyncIterable<T>, options?: ReadableOptions): Readable; | |
| export {}; | |