checkmobiledevices
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

About

This is a simple library to check if the user is using a mobile device or not and what type of mobile device is being used.

Usage

import isMobile from "checkmobiledevices";

console.log(isMobile.any()); // true | false
console.log(isMobile.Android()); // true | false
console.log(isMobile.BlackBerry()); // true | false
console.log(isMobile.iOS()); // true | false
console.log(isMobile.Opera()); // true | false
console.log(isMobile.Windows()); // true | false

## Hire Me

Want to work with a kickass frontend dev?

Email me at ikhan77727@gmail.com. LinkedIn: https://www.linkedin.com/in/imrankhan001/

> P.S: I excel in Remote Work Only

Package Sidebar

Install

npm i checkmobiledevices

Weekly Downloads

2

Version

1.0.0

License

ISC

Unpacked Size

15.4 kB

Total Files

6

Last publish

Collaborators

  • imran001