2.2.0 • Published 9 months ago

@aegenet/belt-platform-detector v2.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

npm version

@aegenet/belt-platform-detector

Platform detector - isNodeJS ? isMobileDevice?

💾 Installation

yarn add @aegenet/belt-platform-detector@^2.0.0
# or
npm i @aegenet/belt-platform-detector@^2.0.0

📝 Usage

import { isNodeJS } from '@aegenet/belt-platform-detector';

isNodeJS(); // true or false :-)
import { isMobileDevice } from '@aegenet/belt-platform-detector';

isMobileDevice(); // true or false :-)
2.2.0

9 months ago

2.1.0

11 months ago

1.6.2

12 months ago

1.7.0

12 months ago

2.0.0

12 months ago

1.5.0

1 year ago

1.4.2

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.2

1 year ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago