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
880 B
1 line
880 B
{"ast":null,"code":"import { FETCH_WEATHER_LIST } from \"../constants\";\nexport var setWeatherList = function setWeatherList(weather) {\n return {\n type: FETCH_WEATHER_LIST,\n payload: weather\n };\n};","map":{"version":3,"names":["FETCH_WEATHER_LIST","setWeatherList","weather","type","payload"],"sources":["/Users/thomaschazot/Documents/But2A/LaSuperMeteo/iut-expo-starter/redux/actions/setWeatherList.ts"],"sourcesContent":["import { Weather } from \"../../data/stub\";\nimport { FETCH_WEATHER_LIST } from \"../constants\";\n\nexport const setWeatherList = (weather: Weather[]) => {\n return {\n type: FETCH_WEATHER_LIST,\n payload: weather,\n };\n }"],"mappings":"AACA,SAASA,kBAAkB;AAE3B,OAAO,IAAMC,cAAc,GAAG,SAAjBA,cAAc,CAAIC,OAAkB,EAAK;EAClD,OAAO;IACLC,IAAI,EAAEH,kBAAkB;IACxBI,OAAO,EAAEF;EACX,CAAC;AACH,CAAC"},"metadata":{},"sourceType":"module"} |