import { extractRoutes } from "https://deno.land/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://deno.land/x/fresh@1.7.3/src/server/fs_extract.ts";
Extract all routes, and prepare them into the Page
structure.