1.0.0 • Published 9 months ago
isoplatform v1.0.0
IsoPlatform
An isomorphic detector for the current process platform.
Only the following platforms are supported: linux, mac, windows, android, ios.
Install
npm install isoplatformUsage
import platform from 'isoplatform';
// Let's read the current platform
platform // => 'linux' | 'mac' | 'windows' | 'android' | 'ios' | undefinedLicense
MIT © Fabio Spampinato
1.0.0
9 months ago