An isomorphic detector for the current process platform.
Only the following platforms are supported: linux, mac, windows, android, ios.
npm install isoplatformimport platform from 'isoplatform';
// Let's read the current platform
platform // => 'linux' | 'mac' | 'windows' | 'android' | 'ios' | undefinedMIT © Fabio Spampinato