(s)
| 44177 | }, |
| 44178 | $p = new grammar(), |
| 44179 | qp = new kp(), |
| 44180 | array_dash = (s) => { |
| 44181 | if ('string' != typeof s) return !1 |
| 44182 | try { |
| 44183 | return qp.parse($p, 'array-dash', s).success |
| 44184 | } catch { |
| 44185 | return !1 |
| 44186 | } |
| 44187 | }, |
| 44188 | es_escape = (s) => { |
| 44189 | if ('string' != typeof s && 'number' != typeof s) |