michaelcontento/redux-storage

View on GitHub
src/constants.js

Summary

Maintainability
A
0 mins
Test Coverage
export const LOAD = 'REDUX_STORAGE_LOAD';
export const SAVE = 'REDUX_STORAGE_SAVE';