UNPKG
react-native-tcp
Version:
latest (4.0.0)
4.0.0
3.3.2
3.3.1
3.3.0
3.2.2
3.2.1
3.2.0
3.1.0
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.1
1.0.0
node's net API for react-native
github.com/aprock/react-native-tcp
aprock/react-native-tcp
react-native-tcp
/
interfaces
/
interface.js
14 lines
(11 loc)
•
238 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/** * 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
; }