UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

11 lines (10 loc) 349 B
import { AsyncIterableX } from '../../asynciterable/asynciterablex.js'; /** * @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; } }