(require("@nginstack/engine/lib/array/argumentsToArray"))(args [, opt_fromIndex] [, opt_toIndex])
Converte um objeto Arguments em um array de parâmetros, a partir de um índice inicial até um índice final.
Parameters:
| Name | Type | Argument | Description | 
|---|---|---|---|
| args | ArrayLike.<*> | Objeto arguments. | |
| opt_fromIndex | number | <optional> | Índice inicial, o elemento desse índice será incluído no resultado. | 
| opt_toIndex | number | <optional> | Índice final, o elemento desse índice não será incluído no resultado. | 
Returns:
Arguments convertido.
- Type
- Array
 nginstack
nginstack