UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

11 lines (10 loc) 302 B
import { IterableX } from '../../iterable/iterablex'; /** * @ignore */ export declare function includesProto<T>(this: IterableX<T>, searchElement: T, fromIndex: number): boolean; declare module '../../iterable/iterablex' { interface IterableX<T> { includes: typeof includesProto; } }