()
| 161 | |
| 162 | const supportsTouch = (): boolean => internals.touch; |
| 163 | const isSafari = (): boolean => internals.safari; |
| 164 | const isChrome = (): boolean => internals.chrome; |
| 165 | const isFirefox = (): boolean => internals.firefox; |
| 166 |
no outgoing calls
no test coverage detected
searching dependent graphs…