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

unstable_BlockerFunction

type unstable_BlockerFunction = (args: {
currentLocation: Location;
nextLocation: Location;
historyAction: HistoryAction;
}
) => boolean
;

§Type

§
(args: {
currentLocation: Location;
nextLocation: Location;
historyAction: HistoryAction;
}
) => boolean
[src]