UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

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