Closed metasansana closed 3 months ago
The following fails:
match({from:'me', to:'me', message:'hi'}) .caseOf({from:String. to:String, message:String}, ()=> 'yes') .end()
The following fails: