PokéRogue
GitHub
Switch to Main
Preparing search index...
src/@types/new-battle-props
IsArrayReadonly
Type Alias IsArrayReadonly<T>
IsArrayReadonly
:
If
<
IsNever
<
T
>
,
false
,
T
extends
unknown
[]
?
false
:
true
>
Returns whether the given array
T
is readonly.
Type Parameters
T
extends
UnknownArray
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
GitHub
Switch to Main
PokéRogue
Loading...
Returns whether the given array
Tis readonly.