@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
The feature module whose thunks should be removed.
Returns
void