UNPKG

ember-data

Version:

The lightweight reactive data library for JavaScript applications

10 lines (7 loc) 190 B
import Namespace from '@ember/application/namespace'; import version from '../version.js'; const DS = Namespace.create({ VERSION: version, name: 'DS' }); export { DS, DS as default };