UNPKG

gambit

Version:

A hyper-thin library to help building API driven redux apps

13 lines (8 loc) 479 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _createConstants = require('./createConstants'); var _createConstants2 = _interopRequireDefault(_createConstants); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } exports.default = (0, _createConstants2.default)(['ACTION_CALLED', 'ACTION_SUCCEEDED', 'ACTION_FAILED', 'MONITORED_VALUE_CHANGED', 'HIGHLIGHT_COMPONENT', 'UNHIGHLIGHT_COMPONENT']);