Skip to main content
Module

x/live/mod.ts>badRequest

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

Returns a bad request error

type

(err: { message: string; code?: string; }) => unknown