UNPKG

@naturalcycles/nodejs-lib

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