UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

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