Opal-Estate-Pro/node_modules/rxjs/operators/toArray.d.ts
2019-09-13 11:27:52 +07:00

3 lines
114 B
TypeScript
Executable File

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