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