source: node_modules/redux-immutable/dist/utilities/getStateName.js.map@ d24f17c

main
Last change on this file since d24f17c was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 445 bytes
Line 
1{"version":3,"sources":["../../src/utilities/getStateName.js"],"names":["action","type"],"mappings":";;;;;;kBAAe,UAACA,MAAD,EAA4B;AACzC,SAAOA,UAAUA,OAAOC,IAAP,KAAgB,cAA1B,GAA2C,6CAA3C,GAA2F,wCAAlG;AACD,C","file":"getStateName.js","sourcesContent":["export default (action: Object): string => {\n return action && action.type === '@@redux/INIT' ? 'initialState argument passed to createStore' : 'previous state received by the reducer';\n};\n"]}
Note: See TracBrowser for help on using the repository browser.