UNPKG

ember-data

Version:

The lightweight reactive data library for JavaScript applications

10 lines 269 B
declare module 'ember-data/-private/core' { import Namespace from '@ember/application/namespace'; export interface DS extends Namespace { VERSION: string; name: string; } export const DS: DS; export default DS; } //# sourceMappingURL=core.d.ts.map