@mudssky/jsutils
Preparing search index...
last
Function last
last
<
T
>
(
array
:
readonly
T
[]
,
defaultValue
?:
undefined
|
null
|
T
,
)
:
undefined
|
null
|
T
Get the last item in an array or a default value
Type Parameters
T
Parameters
array
:
readonly
T
[]
defaultValue
:
undefined
|
null
|
T
= undefined
Returns
undefined
|
null
|
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@mudssky/jsutils
Loading...
Get the last item in an array or a default value