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