UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

5 lines 178 B
import { skipWhile as higherOrder } from 'rxjs/operators'; export function skipWhile(predicate) { return higherOrder(predicate)(this); } //# sourceMappingURL=skipWhile.js.map