| 107 | } |
| 108 | |
| 109 | export interface DefaultSetting { |
| 110 | DEFAULT_PORT : number, |
| 111 | DEFAULT_APIHOST : string, |
| 112 | DEFAULT_PROTOCOL : string, |
| 113 | } |
| 114 | |
| 115 | const DEFAULT_SETTING = pkg.wechaty as DefaultSetting |
| 116 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…