(_)
| 107112 | return _ == null || _ === "" ? null : parser(_); |
| 107113 | } |
| 107114 | function toString(_) { |
| 107115 | return _ == null || _ === "" ? null : _ + ""; |
| 107116 | } |
| 107117 | function toSet(_) { |
| 107118 | const s = {}, n = _.length; |
| 107119 | for(let i = 0; i < n; ++i)s[_[i]] = true; |
no outgoing calls
no test coverage detected