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