UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

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