3 lines
109 B
TypeScript
Raw Normal View History

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