UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

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