Immertation
Preparing search index...
types
Snapshot
Type Alias Snapshot<T, D>
Snapshot
:
[
D
]
extends
[
0
]
?
Extract
<
T
,
object
>
:
T
extends
(
infer
U
)
[]
?
T
|
Snapshot
<
U
,
DepthLimiter
[
D
]
>
:
T
extends
object
?
T
|
Snapshot
<
T
[
keyof
T
]
,
DepthLimiter
[
D
]
>
:
never
Recursive snapshot type for identity function (limited depth to avoid infinite instantiation)
Type Parameters
T
D
extends
number
=
5
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Immertation
Loading...
Recursive snapshot type for identity function (limited depth to avoid infinite instantiation)