Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 422 Bytes

readme.md

File metadata and controls

27 lines (15 loc) · 422 Bytes

is-safari

Check if browser is Safari

User agent sniffing is considered bad practice and should be avoided if possible.

Install

$ npm install --save is-safari

Usage

var isSafari = require('is-safari');

console.log(isSafari);
//=> false

License

MIT © Kevin Martensson