@a1motion/detect
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

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;
}

Readme

Keywords

none

Package Sidebar

Install

npm i @a1motion/detect

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

4 kB

Total Files

7

Last publish

Collaborators

  • dotconnor