Skip to main content
Module

x/hono/types.ts>RemoveQuestion

Web Framework built on Web Standards
Extremely Popular
Go to Latest
type alias RemoveQuestion
import { type RemoveQuestion } from "https://deno.land/x/hono@v4.2.7/types.ts";
definition: T extends `${infer R}?` ? R : T