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

Interface DevTools

src/redux-devtools-extension.ts:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import noop from 'lodash/noop'
2
3interface DevTools {
4 send(action: { type: string }, state?: Partial<GlobalState>): void
5 init(state: GlobalState): void
6}
7
8interface GlobalState {
9 [modelName: string]: Record<string, unknown>

Callers 2

logStateActionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected