* methods定义,miniprogram-api-typings缺少this定义
| 90 | * methods定义,miniprogram-api-typings缺少this定义 |
| 91 | */ |
| 92 | interface MethodOption<Instance> { |
| 93 | [name: string]: (this: Instance, ...args: any[]) => any; |
| 94 | } |
| 95 | interface ComputedOption<Instance> { |
| 96 | [name: string]: (this: Instance) => any; |
| 97 | } |
nothing calls this directly
no outgoing calls
no test coverage detected