UNPKG

@naturalcycles/nodejs-lib

Version:
6 lines (5 loc) 243 B
import { TransformOptions, WritableTyped } from '../stream.model'; /** * Will push all results to `arr`, will emit nothing in the end. */ export declare function writablePushToArray<IN>(arr: IN[], opt?: TransformOptions): WritableTyped<IN>;