(e)
| 131 | return !0 === e || !1 === e; |
| 132 | } |
| 133 | function C(e) { |
| 134 | const t = e.replace(/\W/g, "_"); |
| 135 | return (e.match(/^\d+/) ? "_" : "") + t; |
| 136 | } |
| 137 | function _(e, t) { |
| 138 | return o(e) |
| 139 | ? `!(${_(e.not, t)})` |
no outgoing calls
no test coverage detected