(input, idx)
| 3617 | return [...str2].length; |
| 3618 | } |
| 3619 | function at2(input, idx) { |
| 3620 | const c4 = input[idx]; |
| 3621 | return isNaN(c4) ? void 0 : String.fromCodePoint(c4); |
| 3622 | } |
| 3623 | function isSingleDot(buffer) { |
| 3624 | return buffer === "." || buffer.toLowerCase() === "%2e"; |
| 3625 | } |