Skip to content

@epikodelabs/actionstack


@epikodelabs/actionstack / getRegisteredThunks

Function: getRegisteredThunks()

getRegisteredThunks(registry): ThunkCreator<string, any, any, any[]>[]

Defined in: actions.ts:25

Returns an array of all registered thunk creators.

Thunks are asynchronous action creators that can be automatically invoked by the middleware when their corresponding actions are dispatched.

Parameters

registry

ActionRegistry

Returns

ThunkCreator<string, any, any, any[]>[]

Array of registered thunk creators.

Released under the GNU AGPL v3.