mirror of
https://github.com/status-im/react-native-tcp.git
synced 2025-01-28 03:04:52 +00:00
14 lines
238 B
JavaScript
14 lines
238 B
JavaScript
/**
|
|
* Copyright (c) 2015-present, Peel Technologies, Inc.
|
|
* All rights reserved.
|
|
*
|
|
* @flow
|
|
*/
|
|
|
|
declare var __DEV__: boolean;
|
|
|
|
declare module 'react-native' {
|
|
declare var NativeModules: any;
|
|
declare var DeviceEventEmitter: any;
|
|
}
|