UNPKG

@thi.ng/checks

Version:

Collection of 70+ type, feature & value checks

6 lines (5 loc) 176 B
import { isChrome } from "./is-chrome.js"; const isSafari = () => typeof navigator !== "undefined" && /Safari/.test(navigator.userAgent) && !isChrome(); export { isSafari };