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
/
esm
/
src
/
plugin.js
5 lines
•
179 B
JavaScript
View Raw
1
2
3
4
5
function
isWechatyPluginUninstaller
(
pluginReturn
) {
return
typeof
pluginReturn ===
'function'
; }
export
{ isWechatyPluginUninstaller, };
//# sourceMappingURL=plugin.js.map