Generate a predicate out of two predicates (job for monoid, fold?)

前端 未结 0 1228
说谎
说谎 2020-12-09 10:13

I have two predicates

interface Foo {}
interface Bar {}
declare const isFoo: (a:unknown):a is Foo
declare const isBar:          


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