getIndicesBelow
Public function
Get a number of indices below an index.
Signature
function getIndicesBelow(above: string, n: number): string[]
Parameters
Name | Description |
---|---|
|
The index above. |
|
The number of indices to get. |
Returns
string[]
Source