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

InitialEntry

A user-supplied object that describes a location. Used when providing entries to createMemoryHistory via its initialEntries option.

type InitialEntry = string | Partial<Location>;

§Type

§
string | Partial<Location>
[src]