UNPKG

243 BTypeScriptView Raw
1import { TransformOptions, WritableTyped } from '../stream.model';
2/**
3 * Will push all results to `arr`, will emit nothing in the end.
4 */
5export declare function writablePushToArray<IN>(arr: IN[], opt?: TransformOptions): WritableTyped<IN>;