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.d.ts
8 lines
(7 loc)
•
238 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
MatchMakingClient
}
from
"./client"
;
import
{
MatchMakingServer
}
from
"./server"
;
declare
const
_default
: {
MatchMakingClient
:
typeof
MatchMakingClient
;
MatchMakingServer
:
typeof
MatchMakingServer
; };
export
= _default;