UNPKG

@polkadot/rpc-core

Version:

A JavaScript wrapper for the Polkadot JsonRPC interface

4 lines (3 loc) 158 B
import type { MonoTypeOperatorFunction } from 'rxjs'; /** @internal */ export declare function refCountDelay<T>(delay?: number): MonoTypeOperatorFunction<T>;