UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

11 lines (10 loc) 262 B
import { IterableX } from '../../iterable/iterablex'; /** * @ignore */ export declare function isEmptyProto<T>(this: IterableX<T>): boolean; declare module '../../iterable/iterablex' { interface IterableX<T> { isEmpty: typeof isEmptyProto; } }