Skip to main content
Module

x/jito/routing.d.ts>MemoryHistoryStateEvent

Web component tools with Data Binding, Template Engine and Virtual Dom for ESM.
Go to Latest
type alias MemoryHistoryStateEvent
import { type MemoryHistoryStateEvent } from "https://deno.land/x/jito@1.4.1/routing.d.ts";
definition: { type: "reload" | "popstate"; state: any; stopImmediatePropagation: () => void; }