Total Complexity | 1 |
Complexity/F | 1 |
Lines of Code | 7 |
Function Count | 1 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | import { |
||
2 | SET_LOADING_STATE |
||
3 | } from '../../../constants/ActionTypes'; |
||
4 | |||
5 | export const setLoaderState = ({ state, stateKey }) => ({ |
||
6 | type: SET_LOADING_STATE, state, stateKey |
||
7 | }); |
||
8 |