Filter only the properties of type function inside a class Typescript

后端 未结 0 365
情话喂你
情话喂你 2020-12-08 04:26

Say I have this class:

class MyClass {
   foo: string|undefined;
   bar: number|undefined;


   baz(...functions: (keyo         


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