0.1.148 • Published 7 years ago

@pilotlab/detector v0.1.148

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
7 years ago

detector

Use to determine context and capabilities of run-time environment.

Install

sudo npm install --save @pilotlab/detector

Usage

import Detector from @pilotlab/detector

let isSafariMobile:boolean = Detector.isSafariMobile;