1.0.1 • Published 1 year ago

@humanfriend22/is-safari v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Is Safari?

A whole dedicated package to checking if the browser is running Safari (webkit). :)

If it really seems like it would useful, I can publish similar packages for other browsers or a small set of functions in one package.

Installation

npm install @humanfriend22/is-safari

Usage

import isSafari from '@humanfriend22/is-safari';

// Boolean
const browserIsSafari = isSafari();