Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/hono/types.ts>RemoveQuestion

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
type alias RemoveQuestion
import { type RemoveQuestion } from "https://deno.land/x/hono@v3.11.0/types.ts";
definition: T extends `${infer R}?` ? R : T