@twinfinity/core
Preparing search index...
Mutable
Type Alias Mutable<T>
Mutable
:
{
-
readonly
[
P
in
keyof
T
]
:
T
[
P
]
extends
ReadonlyArray
<
infer
U
>
?
Mutable
<
U
>
[]
:
Mutable
<
T
[
P
]
>
}
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@twinfinity/core
Loading...