refCount.d.ts 121 B

12
  1. import { MonoTypeOperatorFunction } from '../types';
  2. export declare function refCount<T>(): MonoTypeOperatorFunction<T>;