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

x/hono/types.ts>UndefinedIfHavingQuestion

Ultrafast web framework for the Edges
Extremely Popular
Go to Latest
type alias UndefinedIfHavingQuestion
import { type UndefinedIfHavingQuestion } from "https://deno.land/x/hono@vv3.5.0-rc.1/types.ts";
definition: T extends `${infer _}?` ? string | undefined : string