@luolapeikko/ts-common
Preparing search index...
IfReadonlyKeys
Type Alias IfReadonlyKeys<T>
IfReadonlyKeys
:
{
[
P
in
keyof
T
]
-?:
IfEquals
<
{
[
Q
in
P
]
:
T
[
P
]
}
,
{
-
readonly
[
Q
in
P
]
:
T
[
P
]
}
,
never
,
P
,
>
}
[
keyof
T
]
Type Parameters
T
The object shape
Since
v0.1.2
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@luolapeikko/ts-common
Loading...
The object shape