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