芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/redux-immutable/dist/utilities/getStateName.js
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function (action) { return action && action.type === '@@redux/INIT' ? 'initialState argument passed to createStore' : 'previous state received by the reducer'; }; module.exports = exports['default']; //# sourceMappingURL=getStateName.js.map