Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RouterSubscriber

Subscriber function signature for changes to router state

interface RouterSubscriber {
(state: RouterState): void;
}

§Call Signatures

§
(state: RouterState): void
[src]