@glitchybyte/dash
Preparing search index...
pickRandomArrayItem
Function pickRandomArrayItem
pickRandomArrayItem
<
T
>
(
array
:
T
[]
)
:
null
|
T
Returns a random item from the given array.
Type Parameters
T
Parameters
array
:
T
[]
Array from which to pick an item.
Returns
null
|
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@glitchybyte/dash
Loading...
Returns a random item from the given array.