* watch定义
| 84 | * watch定义 |
| 85 | */ |
| 86 | interface WatchOption<Instance> { |
| 87 | [name: string]: string | Observer<Instance, any>; |
| 88 | } |
| 89 | /** |
| 90 | * methods定义,miniprogram-api-typings缺少this定义 |
| 91 | */ |
nothing calls this directly
no outgoing calls
no test coverage detected