ndious/the.12.gy

View on GitHub
src/constants/index.js

Summary

Maintainability
A
0 mins
Test Coverage
import keymirror from 'keymirror';

export default keymirror({
    DEV_FILTER_SHOW_ALL: null,
    DEV_FILTER_SHOW_OPENSOURCE: null,
    DEV_FILTER_SHOW_ONLINE: null,
    DEV_FILTER_SHOW_PERSONNALS: null,
    SET_DEVELOPMENT_FILTER: null

})