github
readme
source
examples
distribution
Preparing search index...
The search index is not available
@oazmi/kitchensink - v0.8.4
@oazmi/kitchensink
typedefs
RepeatString
Type Alias RepeatString<S, N>
Repeat
String
<
S
,
N
>
:
N
extends
1
?
S
:
`
${
S
}
${
RepeatString
<
S
,
DecrementNumber
[
N
]
>
}
`
repeat a string
S
for up to
N = 10
times
Type Parameters
S
extends
string
N
extends
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
github
readme
source
examples
distribution
@oazmi/kitchensink - v0.8.4
Loading...
repeat a string
S
for up toN = 10
times