Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/rpc-core/util/drr.ts>DrrResult

Package publishing for deno.land/x/polkadot
Go to Latest
type alias DrrResult
import { type DrrResult } from "https://deno.land/x/polkadot@0.2.30/rpc-core/util/drr.ts";
definition: <T>(source$: Observable<T>) => Observable<T>