| 5 | export type WechatyPluginReturn = void | WechatyPluginUninstaller |
| 6 | |
| 7 | export interface WechatyPlugin { |
| 8 | (bot: Wechaty): WechatyPluginReturn |
| 9 | } |
| 10 | |
| 11 | function isWechatyPluginUninstaller ( |
| 12 | pluginReturn: WechatyPluginReturn, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…