UNPKG

modules-pack

Version:

JavaScript Modules for Modern Frontend & Backend Projects

12 lines (9 loc) 349 B
import { CHANGE } from 'utils-pack' /** * CONSTANT VARIABLES ========================================================== * ============================================================================= */ export const ACTION_TYPE = '@@router' // for react-router export const ROUTER_ACTION_TYPE = { [CHANGE]: `${ACTION_TYPE}/LOCATION_CHANGE` }