()
| 112 | * @return {Array} |
| 113 | */ |
| 114 | export const htmlClassList = () => |
| 115 | document.getElementsByTagName("html")[0].classList; |
| 116 | |
| 117 | /** |
| 118 | * Check if the html contains the react modal |
no outgoing calls
no test coverage detected
searching dependent graphs…