1.0.2 • Published 5 years ago

@a1motion/detect v1.0.2

Weekly downloads
8
License
MIT
Repository
github
Last release
5 years ago

detect

Browser/OS detections

Install

yarn add @a1motion/detect

Usage

import detect from "@a1motion/detect";

detect = {
  ie: boolean;
  safari: boolean;
  firefox: boolean;
  opera: boolean;
  chrome: boolean;
  mac: boolean;
  win: boolean;
  ios: boolean;
  android: boolean;
  linux: boolean;
  desktop: boolean;
  mobile: boolean;
}
1.0.2

5 years ago

1.0.1

5 years ago