happypdf / charAtIndex
Function: charAtIndex()
ts
function charAtIndex(text, index): [string, number];Defined in: src/utils/strings.ts:68
Parameters
| Parameter | Type |
|---|---|
text | string |
index | number |
Returns
[string, number]