github
readme
source
examples
distribution
Preparing search index...
The search index is not available
@oazmi/kitchensink - v0.9.8
@oazmi/kitchensink
typedefs
PrefixProps
Type Alias PrefixProps<T, PRE>
PrefixProps
:
{
[
K
in
keyof
T
&
string
as
`
${
PRE
}
${
K
}
`
]
:
T
[
K
]
}
add a prefix
PRE
to all property names of object
T
Type Parameters
T
PRE
extends
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
github
readme
source
examples
distribution
@oazmi/kitchensink - v0.9.8
Loading...
add a prefix
PRE
to all property names of objectT