UNPKG

186 BTypeScriptView Raw
1import { IterableX } from './iterablex';
2/**
3 * Returns an empty iterable.
4 * @return {Iterable<T>} The empty iterable.
5 */
6export declare function empty<TSource>(): IterableX<TSource>;