Module

x/nano_jsx/components/index.ts>Router.to

🎯 SSR first, lightweight 1kB JSX library.
Go to Latest
variable Router.to
import { Router } from "https://dotland.deno.dev/x/nano_jsx@v0.0.33/components/index.ts";
const { to } = Router;

type

(to: string, replace?: boolean) => unknown