peberminta - v0.10.0
docs
github
npm
deno
Preparing search index...
char
CharUnion
Type Alias CharUnion<TChars>
CharUnion
:
string
extends
TChars
?
string
:
TChars
extends
`
${
infer
First
}
${
infer
Rest
}
`
?
First
|
CharUnion
<
Rest
>
:
never
Constructs a tuple type from the characters of a given string.
Type Parameters
TChars
extends
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
docs
github
npm
deno
peberminta - v0.10.0
Loading...
Constructs a tuple type from the characters of a given string.