UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

9 lines (7 loc) 291 B
import { IterableX } from '../../iterable/iterablex'; import { skipWhile } from '../../iterable/operators/skipwhile'; export function skipWhileProto(predicate) { return skipWhile(predicate)(this); } IterableX.prototype.skipWhile = skipWhileProto; //# sourceMappingURL=skipwhile.mjs.map