UNPKG

@react-native-module/utility

Version:
6 lines (5 loc) 275 B
declare type EngineType = 'JavaScriptCore' | 'Hermes' | 'NodeJs' | 'Browser'; declare type EnvironmentType = 'NodeJs' | 'NativeMobile' | 'Browser'; declare const PlatformType: EngineType; declare const Environment: EnvironmentType; export { PlatformType, Environment };