| 42 | declare global { |
| 43 | // eslint-disable-next-line @typescript-eslint/consistent-type-definitions -- This must be an `interface` so it can be merged. |
| 44 | interface SymbolConstructor { |
| 45 | readonly observable: symbol; |
| 46 | } |
| 47 | } |
| 48 | |
| 49 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected