UNPKG

ember-source

Version:

A JavaScript framework for creating ambitious web applications

13 lines (10 loc) 254 B
/** * The `@ember/reactive` package contains common reactive utilities * for tracking values and creating reactive data structures. * * @module @ember/reactive * @public */ // empty module (for now) const index = {}; export { index as default };