(obj)
| 553 | } |
| 554 | |
| 555 | export function deepCloneObject(obj) { |
| 556 | return JSON.parse(JSON.stringify(obj)); |
| 557 | } |
| 558 | |
| 559 | // Reads the text, which user sees |
| 560 | // Default innerText doesn't work (on Chrome/Firefox), because <br/> is treated as double new-line |
nothing calls this directly
no outgoing calls
no test coverage detected