()
| 163 | const isSafari = (): boolean => internals.safari; |
| 164 | const isChrome = (): boolean => internals.chrome; |
| 165 | const isFirefox = (): boolean => internals.firefox; |
| 166 | |
| 167 | const isTablet = (): boolean => { |
| 168 | detectTablet(); |
no outgoing calls
no test coverage detected