()
| 156 | } |
| 157 | }); |
| 158 | const run = () => { |
| 159 | // TODO: remove type cast after dependency update |
| 160 | observer.observe(parent!, {childList: true}); |
| 161 | }; |
| 162 | |
| 163 | const stop = () => { |
| 164 | // TODO: remove type cast after dependency update |
no outgoing calls
no test coverage detected