« All deprecation guides
Deprecation Guide for Ember.deprecateFunc
until: 7.0.0
id: deprecate-import-deprecate-func-from-ember
Previously, deprecateFunc could be accessed via the Ember import:
import Ember from 'ember';
Ember.deprecateFunc
If needed, deprecateFunc can be imported:
import { deprecateFunc } from '@ember/debug';