UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

11 lines (10 loc) 315 B
import { FindOptions } from '../../asynciterable/findoptions'; /** * @ignore */ export declare function someProto<T>(this: AsyncIterable<T>, options: FindOptions<T>): Promise<boolean>; declare module '../../asynciterable/asynciterablex' { interface AsyncIterableX<T> { some: typeof someProto; } }