Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 279 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 279 Bytes

List of browsers

  • 'Opera'
  • 'Microsoft Edge'
  • 'Microsoft Internet Explorer'
  • 'Chrome'
  • 'Safari'
  • 'Firefox'

Example

If you want to get

import { Brow } from '@run1t/brow'
if(Brow.fetch() === 'safari'){
  console.log('Im on safari');
}