Skip to main content
Module

x/composable/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/composable@1.61.4/mod.ts";

Returns a bad request error

type

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