util.isNullOrUndefined (object) устарел, и я не могу найти для него альтернативы.Может кто-нибудь указать на реальную альтернативу для этого?
if (isNullOrUndefined(this.activeAppKey) || this.activeAppKey.trim().length === 0) {
this.activeAppKey = sessionStorage.getItem(AppConstants.APP_KEY);
}