| 5 | } |
| 6 | |
| 7 | declare interface CommunicationClientConstructor { |
| 8 | new (url: string): CommunicationClient; // Defines a constructor that takes a string and returns a GreeterInstance |
| 9 | } |
| 10 | |
| 11 | declare const __webpack_dev_server_client__: |
| 12 | | CommunicationClientConstructor |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…