UNPKG
jsp-raknet
Version:
latest (2.2.0)
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.5.0
Basic RakNet implementation written in Javascript
github.com/JSPrismarine/RakNet
JSPrismarine/RakNet
jsp-raknet
/
js
/
utils
/
InetAddress.d.ts
8 lines
(7 loc)
•
175 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
default
class
InetAddress
{
address
:
string
;
port
:
number
;
version
:
number
;
hash
:
string
;
constructor
(
address
:
any
,
port
:
any
,
version
?:
number
); }