MCPcopy
hub / github.com/wechaty/wechaty / WechatyPlugin

Interface WechatyPlugin

src/plugin.ts:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5export type WechatyPluginReturn = void | WechatyPluginUninstaller
6
7export interface WechatyPlugin {
8 (bot: Wechaty): WechatyPluginReturn
9}
10
11function isWechatyPluginUninstaller (
12 pluginReturn: WechatyPluginReturn,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…