UNPKG
tiny-matchmaking
Version:
latest (0.0.1)
0.0.1
Tiny matchmaking server.
github.com/p4stoboy/tiny-matchmaking
p4stoboy/tiny-matchmaking
tiny-matchmaking
/
dist
/
index.js
5 lines
(4 loc)
•
201 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
var
client_1 =
require
(
"./client"
);
var
server_1 =
require
(
"./server"
);
module
.
exports
= {
MatchMakingClient
: client_1.
MatchMakingClient
,
MatchMakingServer
: server_1.
MatchMakingServer
};