Takaro - v0.4.11
Preparing search index...
@takaro/helpers
_
tail
Function tail
tail
<
T
extends
unknown
[]
>
(
array
:
readonly
[
unknown
,
T
]
)
:
T
Gets all but the first element of array.
Type Parameters
T
extends
unknown
[]
Parameters
array
:
readonly
[
unknown
,
T
]
The array to query.
Returns
T
Returns the slice of array.
tail
<
T
>
(
array
:
List
<
T
>
|
null
|
undefined
)
:
T
[]
Type Parameters
T
Parameters
array
:
List
<
T
>
|
null
|
undefined
Returns
T
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Takaro - v0.4.11
Loading...
Gets all but the first element of array.