| 7 | type MessagePort = any |
| 8 | |
| 9 | interface WorkerThreadsModule { |
| 10 | MessagePort: typeof MessagePort |
| 11 | isMainThread: boolean |
| 12 | parentPort: MessagePort |
| 13 | } |
| 14 | |
| 15 | let implementation: WorkerThreadsModule | undefined |
| 16 |
nothing calls this directly
no outgoing calls
no test coverage detected