All files / hash actionTypes.js

100% Statements 6/6
100% Branches 0/0
100% Functions 0/0
100% Lines 6/6
1 2 3 4 5 6 72x 2x 2x 2x 2x 2x  
const MOD = 'CORE/HASH'
export const HSET = `${MOD}/HSET`
export const HDEL = `${MOD}/HDEL`
export const HMSET = `${MOD}/HMSET`
export const HINCRBY = `${MOD}/HINCRBY`
export const HTOGGLE = `${MOD}/HTOGGLE`