Skip to main content
Go to Latest
type alias TTemplateLiteralUnion
import { type TTemplateLiteralUnion } from "https://deno.land/x/openbox@1.0.3/deps.ts";

Type Parameters

optional
Acc extends string = ""
definition: T extends [infer L, ...infer R] ? `${TTemplateLiteralConst<L, Acc>}${TTemplateLiteralUnion<Assert<R, TTemplateLiteralKind[]>, Acc>}` : Acc