request(_ action)
let withStatus =
status =>
action
=> 
R.merge(action, (status])
let request = withStatus (REQUEST)

 

 

var withStatus = function(status) [
return function(action) [
return R. merge(action, [status: status]);
];
];

 

相关文章:

  • 2022-02-19
  • 2022-12-23
  • 2022-12-23
  • 2021-06-07
  • 2021-08-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-18
  • 2022-02-08
  • 2021-09-01
  • 2021-11-21
  • 2022-01-09
  • 2021-11-22
相关资源
相似解决方案