(s)
| 44167 | ;(new grammar(), new kp(), new grammar(), new kp()) |
| 44168 | const Fp = new grammar(), |
| 44169 | Bp = new kp(), |
| 44170 | array_index = (s) => { |
| 44171 | if ('string' != typeof s) return !1 |
| 44172 | try { |
| 44173 | return Bp.parse(Fp, 'array-index', s).success |
| 44174 | } catch { |
| 44175 | return !1 |
| 44176 | } |
| 44177 | }, |
| 44178 | $p = new grammar(), |
| 44179 | qp = new kp(), |