Front end of the Slack clone application.

toArray.d.ts 114B

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