UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

9 lines 295 B
import { pluck as higherOrder } from 'rxjs/operators'; export function pluck() { var properties = []; for (var _i = 0; _i < arguments.length; _i++) { properties[_i] = arguments[_i]; } return higherOrder.apply(void 0, properties)(this); } //# sourceMappingURL=pluck.js.map