How to properly utilize Either in monet js

后端 未结 0 1629
旧巷少年郎
旧巷少年郎 2020-12-28 09:38

So I\'m trying to learn how to do FP and I\'m playing with Monet JS.

class Login {

static loginAttempt(apiResult) {        

    return Right(apiResult)
             


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