toArray.d.ts 114 B

12
  1. import { OperatorFunction } from '../interfaces';
  2. export declare function toArray<T>(): OperatorFunction<T, T[]>;