Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.5.30
GitHub
README
Game Design
Architecture
Combat System
Preparing search index...
DeepReadonly
Type Alias DeepReadonly<T>
DeepReadonly
:
{
readonly
[
P
in
keyof
T
]
:
T
[
P
]
extends
object
?
DeepReadonly
<
T
[
P
]
>
:
T
[
P
]
}
Utility type to make all properties deeply readonly.
Type Parameters
T
The type to make deeply readonly
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Game Documentation
Korean Martial Arts
GitHub
README
Game Design
Architecture
Combat System
Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.5.30
Loading...
Utility type to make all properties deeply readonly.