What is the best way to check if an object is fully defined?

后端 未结 0 342
灰色年华
灰色年华 2021-01-20 11:37

The following function check if an object is defined and valorized:

isFullDefined(obj) => {
  return angular.isDefined(obj) && obj !== null &&a         


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