{"version":3,"file":"redux-thunk-ClJT1hhx.js","sources":["../../node_modules/redux-thunk/dist/redux-thunk.mjs"],"sourcesContent":["// src/index.ts\nfunction createThunkMiddleware(extraArgument) {\n const middleware = ({ dispatch, getState }) => (next) => (action) => {\n if (typeof action === \"function\") {\n return action(dispatch, getState, extraArgument);\n }\n return next(action);\n };\n return middleware;\n}\nvar thunk = createThunkMiddleware();\nvar withExtraArgument = createThunkMiddleware;\nexport {\n thunk,\n withExtraArgument\n};\n"],"names":["createThunkMiddleware","extraArgument","dispatch","getState","next","action","thunk","withExtraArgument"],"mappings":"AACA,SAASA,EAAsBC,EAAe,CAO5C,MANmB,CAAC,CAAE,SAAAC,EAAU,SAAAC,CAAQ,IAAQC,GAAUC,GACpD,OAAOA,GAAW,WACbA,EAAOH,EAAUC,EAAUF,CAAa,EAE1CG,EAAKC,CAAM,CAGtB,CACG,IAACC,EAAQN,EAAwB,EAChCO,EAAoBP","x_google_ignoreList":[0]}