« All deprecation guides
Deprecation Guide for Ember.isBlank
Previously, isBlank
could be accessed via the Ember
import:
import Ember from 'ember';
Ember.isBlank
If needed, isBlank
can be imported:
import { isBlank } from '@ember/utils';