UNPKG

ix

Version:

The Interactive Extensions for JavaScript

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