UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

11 lines (10 loc) 274 B
import { IterableX } from '../../iterable/iterablex'; /** * @ignore */ export declare function flatProto<T>(this: IterableX<T>, depth?: number): IterableX<T>; declare module '../../iterable/iterablex' { interface IterableX<T> { flat: typeof flatProto; } }