Module

x/hono/types.ts>UndefinedIfHavingQuestion

Web Framework built on Web Standards
Extremely Popular
Go to Latest
type alias UndefinedIfHavingQuestion
import { type UndefinedIfHavingQuestion } from "https://dotland.deno.dev/x/hono@v4.2.8/types.ts";
definition: T extends `${infer _}?` ? string | undefined : string