(e)
| 76 | return r; |
| 77 | } |
| 78 | function f(e) { |
| 79 | switch (typeof e) { |
| 80 | case "object": |
| 81 | return JSON.parse(JSON.stringify(e)); |
| 82 | case "undefined": |
| 83 | return null; |
| 84 | default: |
| 85 | return e; |
| 86 | } |
| 87 | } |
| 88 | function d(e) { |
| 89 | for (var t, n = 0, r = e.length; n < r; ) { |
| 90 | if (!((t = e.charCodeAt(n)) >= 48 && t <= 57)) return !1; |