UNPKG
@leoua/coc-api
Version:
latest (1.0.1)
1.0.1
1.0.0
Yet another Clash of Clans API, but with TS support
lbrustad/node-coc-api
@leoua/coc-api
/
dist
/
players
/
index.d.ts
8 lines
(7 loc)
•
219 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
PlayerTag
from
'./PlayerTag'
;
import
VerifyToken
from
'./playertag/VerifyToken'
;
declare
const
_default
: {
PlayerTag
:
typeof
PlayerTag
;
VerifyToken
:
typeof
VerifyToken
; };
export
default
_default;