(x)
| 260 | const converter = new FB2Converter(doc); |
| 261 | |
| 262 | const $ = (x) => doc.querySelector(x); |
| 263 | const $$ = (x) => [...doc.querySelectorAll(x)]; |
| 264 | const getPerson = (el) => { |
| 265 | const nick = getElementText(el.querySelector("nickname")); |
no outgoing calls
no test coverage detected