Ramda - Accessing map's element with applySpec

后端 未结 0 501
离开以前
离开以前 2021-01-15 13:24

I have the following code:

const commaString = "test,test1"

const getValueLabelList = compose(
  map(
    applySpec({
      value: e => e,
              


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题