import { extractRoutes } from "https://dotland.deno.dev/x/fresh@1.7.3/src/server/fs_extract.ts";
Extract all routes, and prepare them into the Page
structure.
Parameters
state: InternalFreshState
Returns
Promise<FsExtractResult>
import { extractRoutes } from "https://dotland.deno.dev/x/fresh@1.7.3/src/server/fs_extract.ts";
Extract all routes, and prepare them into the Page
structure.