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