UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

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