UNPKG

ix

Version:

The Interactive Extensions for JavaScript

11 lines (10 loc) 284 B
import { IterableX } from '../../iterable/iterablex.js'; /** * @ignore */ export declare function endWithProto<T>(this: IterableX<T>, ...args: T[]): IterableX<T>; declare module '../../iterable/iterablex' { interface IterableX<T> { endWith: typeof endWithProto; } }