map.js 180 B

12345
  1. import { map as higherOrderMap } from 'rxjs/operators';
  2. export function map(project, thisArg) {
  3. return higherOrderMap(project, thisArg)(this);
  4. }
  5. //# sourceMappingURL=map.js.map