UNPKG

@cuba-platform/front-generator

Version:
3 lines (2 loc) 114 B
import { OperatorFunction } from '../interfaces'; export declare function toArray<T>(): OperatorFunction<T, T[]>;