KC's Workspace
Github
Preparing search index...
@kcws/actkits
<internal>
AppendToTemplateLiteral
Type Alias AppendToTemplateLiteral<Template, Suffix>
AppendToTemplateLiteral
:
Suffix
extends
LiteralPart
?
`
${
Template
}
${
UndefinedToEmptyString
<
Suffix
>
}
`
:
Suffix
extends
z
.
core
.
$ZodType
?
`
${
Template
}
${
z
.
core
.
output
<
Suffix
>
extends
infer
T
extends
LiteralPart
?
UndefinedToEmptyString
<
T
>
:
never
}
`
:
never
Type Parameters
Template
extends
string
Suffix
extends
LiteralPart
|
z
.
core
.
$ZodType
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
Github
KC's Workspace
Loading...