Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/hono/types.ts>UndefinedIfHavingQuestion

Lightweight, Ultrafast, Web Standards
Extremely Popular
Go to Latest
type alias UndefinedIfHavingQuestion
import { type UndefinedIfHavingQuestion } from "https://deno.land/x/hono@v3.9.2/types.ts";
definition: T extends `${infer _}?` ? string | undefined : string