* Shut down the effect, removing it from any upcoming scheduled executions.
()
| 44 | * Shut down the effect, removing it from any upcoming scheduled executions. |
| 45 | */ |
| 46 | destroy(): void; |
| 47 | } |
| 48 | |
| 49 | export class EffectRefImpl implements EffectRef { |
no outgoing calls
no test coverage detected