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