MCPcopy
hub / github.com/reduxjs/redux / Todo

Interface Todo

test/helpers/reducers.ts:16–19  ·  test/helpers/reducers.ts::Todo

Source from the content-addressed store, hash-verified

14}
15
16export interface Todo {
17 id: number
18 text: string
19}
20export type TodoAction = { type: class="st">'ADD_TODO'; text: string }
21
22export function todos(state: Todo[] = [], action: TodoAction): Todo[] {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected