@djodjonx/wiredi
    Preparing search index...

    Function resetEventDispatcherProvider

    • Resets the global EventDispatcherProvider

      Clears all registered listeners and removes the provider. Useful for testing or reconfiguration scenarios.

      ⚠️ WARNING: This should rarely be used in production code.

      Returns void

      // In a test file
      afterEach(() => {
      resetEventDispatcherProvider()
      })