mithril-materialized
Preparing search index...
DeepReadonly
Type Alias DeepReadonly<T>
DeepReadonly
:
{
readonly
[
P
in
keyof
T
]
:
T
[
P
]
extends
object
?
DeepReadonly
<
T
[
P
]
>
:
T
[
P
]
}
Creates a deep readonly version of a type
Type Parameters
T
The type to make readonly
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
mithril-materialized
Loading...
Creates a deep readonly version of a type