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