UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

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