« All deprecation guides

Deprecation Guide for Ember.typeOf

until: 6.0.0
id: deprecate-import-type-of-from-ember

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';