Module

x/hono/types.ts>UndefinedIfHavingQuestion

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
type alias UndefinedIfHavingQuestion
import { type UndefinedIfHavingQuestion } from "https://dotland.deno.dev/x/hono@v4.1.5/types.ts";
definition: T extends `${infer _}?` ? string | undefined : string