MCPcopy Create free account
hub / github.com/LeetCode-OpenSource/ayanami / send

Method send

src/redux-devtools-extension.ts:4–4  ·  view source on GitHub ↗
(action: { type: string }, state?: Partial<GlobalState>)

Source from the content-addressed store, hash-verified

2
3interface DevTools {
4 send(action: { type: string }, state?: Partial<GlobalState>): void
5 init(state: GlobalState): void
6}
7

Callers 1

logStateActionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected