UNPKG

ix

Version:

The Interactive Extensions for JavaScript

11 lines (10 loc) 321 B
import { AsyncIterableX } from '../../asynciterable/asynciterablex'; /** * @ignore */ export declare function endWithProto<T>(this: AsyncIterableX<T>, ...args: T[]): AsyncIterableX<T>; declare module '../../asynciterable/asynciterablex' { interface AsyncIterableX<T> { endWith: typeof endWithProto; } }