UNPKG
pterowrap
Version:
latest (1.1.7)
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.21
1.0.19
1.0.18
1.0.17
1.0.16
1.0.14
A node.js wrapper for Pterodactyl API
github.com/Iru21/pterowrap
Iru21/pterowrap
pterowrap
/
dist
/
index.d.ts
5 lines
(4 loc)
•
221 B
TypeScript
View Raw
1
2
3
4
5
import
ClientInstance
from
"./instance/ClientInstance"
;
import
ApplicationInstance
from
"./instance/ApplicationInstance"
;
import
*
as
Types
from
"./utils/Types"
;
export
{
ClientInstance
,
ApplicationInstance
,
Types
};