UNPKG
aijinkela-wechaty
Version:
latest (1.20.2)
next (1.20.2)
1.20.2
Wechaty is a RPA SDK for Chatbot Makers.
github.com/wechaty/
wechaty/wechaty
aijinkela-wechaty
/
dist
/
cjs
/
src
/
sayable
/
message-to-sayable.d.ts
5 lines
•
281 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
MessageInterface
}
from
'../user-modules/mod.js'
;
import
type
{
Sayable
}
from
'./types.js'
;
declare
function
messageToSayable
(
message
:
MessageInterface
):
Promise
<
undefined
|
Sayable
>;
export
{ messageToSayable, };
//# sourceMappingURL=message-to-sayable.d.ts.map