Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 284 Bytes

deprecate-import--fn-from-ember.md

File metadata and controls

19 lines (15 loc) · 284 Bytes
title until since parent
Ember._fn
7.0.0
6.5.0
deprecate-import-ember-from-ember

Previously, _fn could be accessed via the Ember import:

import Ember from 'ember';

Ember._fn

If needed, _fn can be imported:

import { fn } from '@ember/helper';