share.js 148 B

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