« All deprecation guides

Deprecation Guide for Ember.isEmpty

until: 6.0.0
id: deprecate-import-is-empty-from-ember

Previously, isEmpty could be accessed via the Ember import:

import Ember from 'ember';

Ember.isEmpty

If needed, isEmpty can be imported:

import { isEmpty } from '@ember/utils';