Detect optional property at runtime

前端 未结 0 1884
不知归路
不知归路 2021-01-12 06:31
class Person{
   name: string;
   age?: number;
}


function simpleGenericValidation(someone: Person){
     for (let prop of someone){
          if (prop === \'undef         


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