poolifier - v5.1.0
Preparing search index...
src
Writable
Type Alias Writable<T>
Internal
Writable
:
{
-
readonly
[
P
in
keyof
T
]
:
T
[
P
]
}
Remove readonly modifier from all properties of T.
Type Parameters
T
Type to remove readonly modifier.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
poolifier - v5.1.0
Loading...
Remove readonly modifier from all properties of T.