UNPKG
simred
Version:
latest (2.1.2)
2.1.2
1.1.2
1.1.1
1.0.1
1.0.0
A simple redux-like application state manager
github.com/gaelph/simred
gaelph/simred
simred
/
examples
/
todos
/
constants
/
filters.js
5 lines
•
121 B
JavaScript
View Raw
1
2
3
4
5
export
const
Filters
= {
ALL_TODOS
:
'ALL_TODOS'
,
ACTIVE_TODOS
:
'ACTIVE_TODOS'
,
COMPLETED_TODOS
:
'COMPLETED_TODOS'
}