TypeScript Ramda propOr return type

前端 未结 0 354
走了就别回头了
走了就别回头了 2021-01-14 15:50

I\'m composing a Redux selector with Ramda in TypeScript:

const getAvatar = pipe(
  getCurrentUsersProfile,
  propOr(\'/images/default-avatar.png\', \'avatar\         


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