| 296 | } |
| 297 | |
| 298 | export interface BridgeWorkerLike { |
| 299 | start(): Promise<void>; |
| 300 | close(): Promise<void>; |
| 301 | } |
| 302 | |
| 303 | export interface RuntimeRemoteBridgeWorkerOptions { |
| 304 | logger?: LoggerLike; |
nothing calls this directly
no outgoing calls
no test coverage detected