UNPKG
wechaty-qnamaker
Version:
latest (0.6.2)
next (1.11.1)
1.11.1
1.0.2
0.7.2
0.6.2
0.6.1
0.5.1
0.4.8
0.4.7
0.4.6
QnAMaker.ai Plugin for Wechaty
github.com/wechaty/wechaty-qnamaker
wechaty/wechaty-qnamaker
wechaty-qnamaker
/
dist
/
src
/
vorpal.d.ts
5 lines
•
250 B
TypeScript
View Raw
1
2
3
4
5
import
{
Vorpal
}
from
'wechaty-vorpal'
;
import
{
QnAMakerOptions
}
from
'./qnamaker'
; declare
function
Faq
(
config: Partial<QnAMakerOptions> | Partial<QnAMakerOptions>[]
):
(
vorpal: Vorpal
) =>
void
;
export
{
Faq
};
//# sourceMappingURL=vorpal.d.ts.map