Preparing search index...
The search index is not available
API Documentation
API Documentation
freeze
DeepFrozen
Type Alias DeepFrozen<T>
DeepFrozen
:
T
extends
Record
<
string
|
symbol
,
any
>
|
any
[]
?
{
readonly
[
P
in
keyof
T
]
:
DeepFrozen
<
T
[
P
]
>
}
:
T
Transforms an object or array type to make it deeply immutable.
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
API Documentation
Loading...
Transforms an object or array type to make it deeply immutable.