| 62 | } |
| 63 | |
| 64 | interface RelayNetworkLayer { |
| 65 | supports(...options: string[]): boolean |
| 66 | } |
| 67 | |
| 68 | class DefaultNetworkLayer implements RelayNetworkLayer { |
| 69 | constructor(host: string, options?: any) |
nothing calls this directly
no outgoing calls
no test coverage detected