UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

6 lines (5 loc) 176 B
export const isSafari = () => { if (typeof navigator === 'undefined') return false; return /^((?!chrome|android).)*safari/i.test(navigator.userAgent || ''); };