UNPKG
sphinx-tools
Version:
latest (2.0.1)
3.0.0--dev
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
Cool npm module
github.com/vrzc/sphinx-tools
sphinx-tools
/
dist
/
index.d.ts
8 lines
(7 loc)
•
160 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
user
from
"./Classes/User"
;
import
bot
from
"./Classes/Bot"
;
declare
const
_default
: {
user
:
typeof
user;
bot
:
typeof
bot; };
export
= _default;