MCPcopy
hub / github.com/pmndrs/zustand / State

Interface State

tests/types.test.tsx:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199
200it('StateCreator<T, [StoreMutatorIdentfier, unknown][]> is StateCreator<T, []>', () => {
201 interface State {
202 count: number
203 increment: () => void
204 }
205
206 const foo: <M extends [StoreMutatorIdentifier, unknown][]>() => StateCreator<
207 State,

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…