Search
Preparing search index...
The search index is not available
@cadre/ts-utils
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"types/shallow-immutable"
Module "types/shallow-immutable"
Index
Type aliases
Shallow
Immutable
Type aliases
Shallow
Immutable
Shallow
Immutable<T>
:
T
extends
Primitive
?
T
:
T
extends
Array
<
infer
U
>
?
ReadonlyArray
<
U
>
:
T
extends
Map
<
infer
K
,
infer
V
>
?
ReadonlyMap
<
K
,
V
>
:
Readonly
<
T
>
Marks everything in the type as readonly.
Type parameters
T
Globals
"types/shallow-
immutable"
Shallow
Immutable
Generated using
TypeDoc
Marks everything in the type as readonly.