You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
835 B
1 line
835 B
{"ast":null,"code":"import { FETCH_WEATHER } from \"../constants\";\nexport var setWeather = function setWeather(weather) {\n return {\n type: FETCH_WEATHER,\n payload: weather\n };\n};","map":{"version":3,"names":["FETCH_WEATHER","setWeather","weather","type","payload"],"sources":["/Users/thomaschazot/Documents/But2A/LaSuperMeteo/iut-expo-starter/redux/actions/setWeather.ts"],"sourcesContent":["import { Weather } from \"../../data/stub\";\nimport { FETCH_WEATHER } from \"../constants\";\n\nexport const setWeather = (weather: Weather | null) => {\n return {\n type: FETCH_WEATHER,\n payload: weather,\n };\n }"],"mappings":"AACA,SAASA,aAAa;AAEtB,OAAO,IAAMC,UAAU,GAAG,SAAbA,UAAU,CAAIC,OAAuB,EAAK;EACnD,OAAO;IACLC,IAAI,EAAEH,aAAa;IACnBI,OAAO,EAAEF;EACX,CAAC;AACH,CAAC"},"metadata":{},"sourceType":"module"} |