3 lines
126 B
TypeScript
3 lines
126 B
TypeScript
|
import { MonoTypeOperatorFunction } from '../interfaces';
|
||
|
export declare function refCount<T>(): MonoTypeOperatorFunction<T>;
|