@glideapps/ts-necessities
Preparing search index...
Writable
Type Alias Writable<T>
Writable
:
{
-
readonly
[
P
in
keyof
T
]
:
T
[
P
]
}
Remove
readonly
from all properties of
T
.
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@glideapps/ts-necessities
Loading...
Remove
readonly
from all properties ofT
.