3 lines
121 B
TypeScript
Raw Normal View History

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