UNPKG

is-safari

Version:
3 lines (2 loc) 121 B
'use strict'; module.exports = typeof navigator !== 'undefined' && /Version\/[\d\.]+.*Safari/.test(navigator.userAgent);