| 11 | } |
| 12 | |
| 13 | export interface RfbDisplay { |
| 14 | autoscale(): void; |
| 15 | _scale: number; |
| 16 | } |
| 17 | |
| 18 | export interface RFBOptions { |
| 19 | credentials?: { username?: string; password?: string }; |
nothing calls this directly
no outgoing calls
no test coverage detected