rxSubscriber.d.ts 130 B

12345
  1. export declare const rxSubscriber: any;
  2. /**
  3. * @deprecated use rxSubscriber instead
  4. */
  5. export declare const $$rxSubscriber: any;