Skip to content

@epikodelabs/actionstack


@epikodelabs/actionstack / unregisterThunks

Function: unregisterThunks()

unregisterThunks(module): void

Defined in: actions.ts:118

Unregisters all thunks associated with a feature module.

This removes the module's thunks from the internal registry, preventing them from being triggered automatically after the module is destroyed.

Parameters

module

FeatureModule

The feature module whose thunks should be removed.

Returns

void

Released under the MIT License.