UNPKG

simred

Version:

A simple redux-like application state manager

5 lines 121 B
export const Filters = { ALL_TODOS: 'ALL_TODOS', ACTIVE_TODOS: 'ACTIVE_TODOS', COMPLETED_TODOS: 'COMPLETED_TODOS' }