@pathmaker-digital/pmd-utilities - v2.2.6
Preparing search index...
src
removeAt
Function removeAt
removeAt
<
T
>
(
arr
:
T
[]
,
index
:
number
)
:
void
Remove an item in an array at a specific index.
Type Parameters
T
Parameters
arr
:
T
[]
The array to search through.
index
:
number
The index to remove.
Returns
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@pathmaker-digital/pmd-utilities - v2.2.6
Loading...
Remove an item in an array at a specific index.