mutation-types.js 74 B

12
  1. export const INCREMENT = 'INCREMENT'
  2. export const DECREMENT = 'DECREMENT'