refCount.d.ts 121 B

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