( bodyClass = bodyOpenClassName )
| 104 | * @return {Boolean} |
| 105 | */ |
| 106 | export const isDocumentWithReactModalOpenClass = ( |
| 107 | bodyClass = bodyOpenClassName |
| 108 | ) => document.body.className.includes(bodyClass); |
| 109 | |
| 110 | /** |
| 111 | * Return the class list object from <html />. |
no outgoing calls
no test coverage detected
searching dependent graphs…