UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 293 B
import { AsyncIterableX } from './asynciterablex'; class EmptyAsyncIterable extends AsyncIterableX { async *[Symbol.asyncIterator]() { // eslint-disable-next-line no-empty } } export function empty() { return new EmptyAsyncIterable(); } //# sourceMappingURL=empty.mjs.map