UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

11 lines (10 loc) 267 B
import { IterableX } from '../../iterable/iterablex'; /** * @ignore */ export declare function reverseProto<T>(this: IterableX<T>): IterableX<T>; declare module '../../iterable/iterablex' { interface IterableX<T> { reverse: typeof reverseProto; } }