getIndices
Public function
Get n number of indices, starting at an index.
Signature
function getIndices(n: number, start?: string): string[]
Parameters
Name | Description |
---|---|
|
The number of indices to get. |
|
The index to start at. |
Returns
string[]
Source