UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

5 lines 180 B
import { map as higherOrderMap } from 'rxjs/operators'; export function map(project, thisArg) { return higherOrderMap(project, thisArg)(this); } //# sourceMappingURL=map.js.map