UNPKG

@e-group/redux-modules

Version:

eGroup team react-redux modules that share across projects.

14 lines (13 loc) 610 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DELETE_ENTITIES_IN = exports.SET_ENTITIES_ARRAY_CONCAT = exports.SET_ENTITIES_SHALLOW = exports.SET_ENTITIES = void 0; const SET_ENTITIES = 'SET_ENTITIES'; exports.SET_ENTITIES = SET_ENTITIES; const SET_ENTITIES_SHALLOW = 'SET_ENTITIES_SHALLOW'; exports.SET_ENTITIES_SHALLOW = SET_ENTITIES_SHALLOW; const SET_ENTITIES_ARRAY_CONCAT = 'SET_ENTITIES_ARRAY_CONCAT'; exports.SET_ENTITIES_ARRAY_CONCAT = SET_ENTITIES_ARRAY_CONCAT; const DELETE_ENTITIES_IN = 'DELETE_ENTITIES_IN'; exports.DELETE_ENTITIES_IN = DELETE_ENTITIES_IN;