UNPKG
kotori-bot
Version:
latest (1.7.3)
1.7.3
1.7.2
1.7.1
1.7.0
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.6.0-rc.1
1.5.4
1.5.3
1.5.2
1.5.1
1.4.2-beta.1
1.4.1
1.4.0
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.0
0.7.8
0.7.4
0.7.1
0.7.0
0.6.9
0.6.8
0.6.7
0.6.6
0.6.5
Cross-platform chatbot framework base on Node.js and TypeScript
kotori.js.org
kotorijs/kotori
kotori-bot
/
lib
/
index.d.ts
6 lines
(5 loc)
•
180 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
type
Context
}
from
'@kotori-bot/core'
;
export
*
from
'@kotori-bot/core'
;
export
*
from
'@kotori-bot/loader'
;
export
declare
const
Kotori
:
Context
;
export
default
Kotori
;