MCPcopy
hub / github.com/reduxjs/redux-devtools / ActionCreatorObject

Interface ActionCreatorObject

packages/redux-devtools-utils/src/index.ts:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12export interface ActionCreatorObject {
13 readonly name: string;
14 readonly func: ActionCreator<Action<unknown>>;
15 readonly args: readonly string[];
16}
17
18// eslint-disable-next-line @typescript-eslint/ban-types
19function flatTree(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…