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

x/polkadot/rpc-provider/mock/types.ts>Global

Package publishing for deno.land/x/polkadot
Go to Latest
type alias Global
import { type Global } from "https://deno.land/x/polkadot@0.2.36/rpc-provider/mock/types.ts";
definition: globalThis & { WebSocket: WebSocket; fetch: any; }