@exodus/platform-info
v1.0.2
Published
Adapter to provide unified access to platform info
Downloads
4,603
Readme
@exodus/platform-info
Returns some basic information about the platform type and operating system.
Usage
See data shape in PlatformInfo in src/utils/types.ts See where values come from in src/index.ts and ./src/index.native.ts
import platformInfo from '@exodus/platform-info'
const info = await platformInfo.get()