toArray.d.ts 109 B

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