toArray.d.ts 109 Bytes Edit 1 2 import { OperatorFunction } from '../types'; export declare function toArray<T>(): OperatorFunction<T, T[]>;