| 51 | } from './io-peer/io-peer' |
| 52 | |
| 53 | export interface IoOptions { |
| 54 | wechaty : Wechaty, |
| 55 | token : string, |
| 56 | apihost? : string, |
| 57 | protocol? : string, |
| 58 | servicePort? : number, |
| 59 | } |
| 60 | |
| 61 | export const IO_EVENT_DICT = { |
| 62 | botie : 'tbw', |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…