Preparing search index...
The search index is not available
Documentation
Documentation
types/utils
Mutable
Type Alias Mutable<type>
Mutable
:
{
-
readonly
[
key
in
keyof
type
]
:
type
[
key
]
}
Removes
readonly
from all properties of an object.
Type Parameters
type
extends
object
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Removes
readonly
from all properties of an object.