UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

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