a zip code crypto-currency system good for red ONLY

toArray.d.ts 114B

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