Skip to content

@epikodelabs/actionstack


@epikodelabs/actionstack / getActionHandlers

Function: getActionHandlers()

getActionHandlers(type): ActionHandler | undefined

Defined in: actions.ts:42

Retrieves the registered handler function for a specific action type.

Parameters

type

string

The action type to look up.

Returns

ActionHandler | undefined

The handler function associated with the action type, or undefined if none is registered.

Released under the MIT License.