UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

9 lines (7 loc) 346 B
import { AsyncIterableX } from '../../asynciterable/asynciterablex'; import { SkipWhileAsyncIterable } from '../../asynciterable/operators/skipwhile'; export function skipWhileProto(predicate) { return new SkipWhileAsyncIterable(this, predicate); } AsyncIterableX.prototype.skipWhile = skipWhileProto; //# sourceMappingURL=skipwhile.mjs.map