UNPKG

ember-source

Version:

A JavaScript framework for creating ambitious web applications

21 lines (15 loc) 496 B
import Mixin from '../object/mixin.js'; /** @module @ember/enumerable @private */ /** The methods in this mixin have been moved to [MutableArray](/ember/release/classes/MutableArray). This mixin has been intentionally preserved to avoid breaking Enumerable.detect checks until the community migrates away from them. @class Enumerable @private */ // eslint-disable-next-line @typescript-eslint/no-empty-interface const Enumerable = Mixin.create(); export { Enumerable as default };