3 lines
121 B
TypeScript

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