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

UNSAFE_convertRoutesToDataRoutes

function UNSAFE_convertRoutesToDataRoutes(
mapRouteProperties: MapRoutePropertiesFunction,
parentPath?: number[],
manifest?: RouteManifest,
): AgnosticDataRouteObject[];
§
UNSAFE_convertRoutesToDataRoutes(routes: AgnosticRouteObject[], mapRouteProperties: MapRoutePropertiesFunction, parentPath?: number[], manifest?: RouteManifest): AgnosticDataRouteObject[]
[src]

§Parameters

§
parentPath?: number[] optional
[src]
§
manifest?: RouteManifest optional
[src]