Skip to main content
Module

x/blocks/mod.ts>redirect

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Extremely Popular
Go to Latest
variable redirect
import { redirect } from "https://deno.land/x/blocks@1.57.9/mod.ts";

Redirect using the specified @param url.

type

(url: string | URL, status?: number) => unknown