| 15 | export = sanitizeHtml |
| 16 | } |
| 17 | interface Window { |
| 18 | sendMessage: ?((message: string, other_params_data: any) => void) |
| 19 | chatUserProfile: ?(() => any) |
| 20 | MaxKB: { |
| 21 | prefix: string |
| 22 | chatPrefix: string |
| 23 | } |
| 24 | } |
no outgoing calls
no test coverage detected